What are the advantages and disadvantages of using logistic regression to represent the probability of a binary dependent variable Y, given that the independent variables x1, x2, ..., xn are also binary?
Asked
Active
Viewed 1,631 times
1
-
1Advantages and disadvantages as compared to what exactly? Compared to other model types? Or compared to using only continuous variables, or a mix of binary predictors and continuous ones, or >2 level categorical predictors? Or are you asking about representing a probability instead of classification? Please elaborate if you think your question is different than the one @kjetilbhalvorsen has referenced to. – IWS Jun 02 '17 at 14:57
-
The other question asked 'if it is feasible to perform logistic regression with binary dependent and independent variables', which was answered as 'yes'. I guess I am wondering what are the challenges of only using binary independent variables? Does anything change to the logistic regression procedure for only binary independent variables? I am only finding resources where the independent variables are continuous values. Is there a particular name for this type of logistic regression? – C.Neal Jun 02 '17 at 15:12
-
The question remains unclear. What kind of potential "challenges" do you have in mind? Basically, nothing changes between doing LR w/ continuous Xs vs w/ categorical Xs. – gung - Reinstate Monica Jun 02 '17 at 15:19
-
1I see, that answers my question, since it is the same procedure. – C.Neal Jun 02 '17 at 15:29
-
If anything changes, then it is in the other direction: using logistic regression with binary covariables have very weak assumptions, linearity is vacuous, but with continuous predictors linearity becomes a strong assumption. – kjetil b halvorsen Jun 02 '17 at 17:34