Hello guys,
I'm new to Stata, and I wanted to do a panel logit regression on var selfemployed. The dataset I'm using is a labor panel data covering 18 waves with around 13k participants each year.
Exact command was: xtlogit selfemployed p010101 edulv p010107 selfempintention parentselfempatage14 lagunemployed2, fe collinear ,
where p010101 is gender, edulv education level acheived, selfempintention whether an individual obtained any training with intention to become self employeed, parentselfempatage14 whether an individual's parents were self-employed at his/her age of 14, lagunemployed2 whether an individual was unemployed 2 years ago.
When I tried running this regression it returned r(2000); despite the fact that dependent var was binary with values 0 & 1. However, if an individual was unemployed or not in the labor force, it was left blank.
Can anyone point me in the right direction?
Thank you so much in advance!
Related Posts with xtlogit command generating outcome does not vary in any group r(2000); despite the fact that dependent var has values 0 & 1
error obtaining scores for robust variance Code: mixed y cl.x##c.w age edu i.ind || id:cl.x, vce(robust) cov(exc) here is the data: https://…
Converting to a date from YMDHello everyone, I have a data set with the variable date in it and it looks like this Code: …
Event Study on Panel dataI have a panel data set and I would like to conduct an event study. The variable dif shows the relat…
Data transformation: creating new variables out of independent survey answersHi! I am researching the effect of cosmetic combinations on the perception of leadership characteris…
R Loop To get Survey Weighted Counts Code: input person status group angle weight 1 2 3 30 152 2 3 2 29 176 3 2 6 20 146 4 3 6 30 194 5…
Subscribe to:
Post Comments (Atom)
0 Response to xtlogit command generating outcome does not vary in any group r(2000); despite the fact that dependent var has values 0 & 1
Post a Comment