Hi everyone, I'm working with a Logit Regression model and having some difficulties dealing with it in STATA. If anyone can offer an help it would be greatly appreciated. My task is to regress a logit model with robust, clustered standard errors that allow observations to be correlated within a group, additionally I have to include dummy variables (for each federal state).
1) from what I found online, the command to regress it is simply "logit depvar [indepvar]". Is this there anything else i need to do or is it really that simple?
2) do i need to put an "i.“ in front of the dummy variables that I include?
3) STATA keeps dropping some variables due to colinearity, is there an option to stop it from doing this? (they arent perfectly colinear and I want to keep them)
4) I keep ending up with an error “var_1 != 0 predicts failure perfectly”? Does anyone know what this means? I can't figure it out
5) Lastly, how do i create the marginal effects at the mean?
I know its a lot, but if anyone has any advice or suggestions for any of these I'd love to hear it
1) from what I found online, the command to regress it is simply "logit depvar [indepvar]". Is this there anything else i need to do or is it really that simple?
2) do i need to put an "i.“ in front of the dummy variables that I include?
3) STATA keeps dropping some variables due to colinearity, is there an option to stop it from doing this? (they arent perfectly colinear and I want to keep them)
4) I keep ending up with an error “var_1 != 0 predicts failure perfectly”? Does anyone know what this means? I can't figure it out
5) Lastly, how do i create the marginal effects at the mean?
I know its a lot, but if anyone has any advice or suggestions for any of these I'd love to hear it
Comment