Questions tagged [binary-data]

A binary variable takes one of two values, typically coded as "0" and "1".

In a broader sense "binary variable" is a synonym of "dichotomous variable": any variable that can take on only one of two values. In a narrower sense it refers to dichotomous data coded as "1" or "0". (Sometimes "1" is supposed to mean "is present" and "0" to mean "is absent", which may require handling the two values asymmetrically in some statistical analyses (see e.g. Jaccard indices).)

A binary response variable occurs as a result of Bernoulli trials, whose analysis commonly involves contingency tables or logistic/probit regression.

The term 'binary' also refers to data stored as machine-readable binary numbers rather than numbers recorded in strings of ASCII (or Unicode, or other human-readable) numerals.

In econometrics binary variables are also called dummy variables.

1439 questions
4
votes
3 answers

Models for binary response that appear like logit/probit regression but never approach 1

I'm reading the textbook "Introduction to Econometrics" by Stock and Watson. Chapter 11 discusses regression with a binary response and it teaches the logit/probit models mostly. These seem to make sense when the plots show an S shaped relationship…
VK2022
  • 43
3
votes
1 answer

Analyzing (hierarchical?) clustered pair-matched binary data

We teach supplementary lessons in nearly two dozen local schools, and have two data sets of approximately four hundred records each from pre-post tests given at these schools. Each record contains pre and post values (correct, incorrect) for…
Simon
  • 33
  • 3
2
votes
1 answer

Is there a problem using a t-test of means to compare proportions from two samples?

If a binary variable is recoded into 0 and 1, then a mean of it tells us the proportions. A lot of people compare proportions using a t-test of means. For instance, proportion of people enrolled in school between groups, we can use -ttest…
Hutchins
  • 341
  • 1
  • 4
  • 8
1
vote
1 answer

Positive/negative relationship for a binary variable in a linear regression

I have a linear regression with multiple independent variables. One of the variables is binary. If the parameter estimates are positive or negative, does it share the same positive/negative relationship with the dependent variable as a continuous…
Jrod
  • 11
1
vote
1 answer

Significance of binary variables

If I have variables $X_1$, $X_2$, ... $X_n$ whose values are only 1 or 0, in order to explain a variable $Y$, is there a way to determine which ones are significant, and also, how could it be measured?
1
vote
1 answer

The relation between 1 metric variable and a pool of binary variables?

i got 30 binary variables and i want to find out if there is any combination of this variables which leads to a high value on a metric variable. For example: i got the binary variables "loud", "hot", "new", "nice", "hard" and i got the dependent…
1
vote
0 answers

Best statistical test for binary data

Hi :) I hope someone can help me figure out what statistical test(s) are relevant in the following situation. It is new for me working with binary data. 10 patients have blood submitted to 4 laboratories testing 14-21 different parameters each. The…
NLH
  • 11
1
vote
0 answers

How to analyse data from multiple binary decisions?

In an experiments participants will be presented with pairs of sentences and they will have to pick which of the two is closer to the way they would say things (two-alternative forced choice). There will be three types of sentences (let’s call them…
0
votes
0 answers

How can i analyze retrospective binary data?

I have a population of data sampled form 2019. The total number is 118. I am looking at several different variables. The main variable is whether or not a test is performed so 1 yes or 0 no. And among that 118 yes or nos, I have 3 different groups…
0
votes
1 answer

How do I analyze a mixture of yes/no and success/failure data?

My study is looking at different campaigns, what strategies each campaign used and if the campaign was successful or not. I want to try to figure out if a variable has more of an impact or if a mixture of the variables is more likely to result in a…
Robin
  • 3
0
votes
1 answer

Statistically significant differences and relationships for binary variables

I'm trying to conduct an analysis on whether or not there is a significant difference between two populations and different attributes. Population 1 = 81 observations Population 2 = 621 observations For both of these populations I have two…
0
votes
2 answers

Best way to test a hypothesis that predicts a binary result

Given: an experiment with a yes/no result no error in measurement - ie a "yes" is definitely a "yes" experiment is performed "n" times (n is largish, say 100+) a hypothesis that predicts the expected proportion of yes results What statistical test…
Bohemian
  • 111
0
votes
1 answer

Fligner-Killeen test on binary data

I investigate survival until the following year (0,1) and I wish to test if the variance in survival for two or more groups are significantly different from each other. I read that the Fligner-Killeen test is a non-parametric test which is very…
EmMo
  • 61
0
votes
1 answer

Suggest analytical approach - overlapping binary IVs & continuous DV

I work at a fundraising organization that runs campaigns in different workplaces. In these workplaces our fundraising team employs a variety of tactics (prizes, events, etc.) to boost donations. After the annual campaign cycle I have a set of data…
jtdoud
  • 31
  • 2
0
votes
2 answers

Distribution of binary sequences?

I have two binary sequence and wanted to test if there is a similar patterns between the two. This is a completely new topic for me. Are there ways to define distribution of a binary sequence (distribution of 1, for example)? And how to check if the…
bankrip
  • 163