Dear all Not answering to above asked question just posting a similar question,
i am running an analysis to check association between LBW (low birth weight, binary variable for child) and poverty for various states. LBW is dependent variable. in independent variables I have poverty status of household, mother education, sex of child, area of residence of household (HH), income of household.
in my case i Have multiple childs information for same household. So i think in my data children are nested in HH because some HH specific characteristics remains fixed for all children belonging to same HH or who are siblings. For that matter I am using following command to run melogit.
melogit LBW i.(sex educ_mother poor area) income || hid:
I am running this model separately for five states. But I am confused now about output and have some questions for you.
like in logit we interpret marginal effect and not coefficients mostly, what will be interpreted in melogit?
i am running an analysis to check association between LBW (low birth weight, binary variable for child) and poverty for various states. LBW is dependent variable. in independent variables I have poverty status of household, mother education, sex of child, area of residence of household (HH), income of household.
in my case i Have multiple childs information for same household. So i think in my data children are nested in HH because some HH specific characteristics remains fixed for all children belonging to same HH or who are siblings. For that matter I am using following command to run melogit.
melogit LBW i.(sex educ_mother poor area) income || hid:
I am running this model separately for five states. But I am confused now about output and have some questions for you.
like in logit we interpret marginal effect and not coefficients mostly, what will be interpreted in melogit?
- how to get marginal effects in melogit
- how to standardize coefficients for melogit in order to compare magnitudes of variation from different sources. (I have to compare results for five states in end)
Comment