Hey everyone,
Using the following code:
xtreg enrollment birth_order sex i.age, fe cluster(hh_idn)
I obtain this outcome:

The outcome variable is "enrollment", which is a dummy / binary variable. I didn't use the logistic regression but the xtreg command for a regression with fixed effects. If it had been odds ratio, I would have known how to interpret them, but here I see a coefficient of 0,0896. Can someone tell me what exactly this number means?
I have tried to find that question in the forum, but without success, so I would be super grateful for help!
Lena
Using the following code:
xtreg enrollment birth_order sex i.age, fe cluster(hh_idn)
I obtain this outcome:
The outcome variable is "enrollment", which is a dummy / binary variable. I didn't use the logistic regression but the xtreg command for a regression with fixed effects. If it had been odds ratio, I would have known how to interpret them, but here I see a coefficient of 0,0896. Can someone tell me what exactly this number means?
I have tried to find that question in the forum, but without success, so I would be super grateful for help!
Lena
Comment