I have a multilevel logistic model (using melogit in Stata 15.1) written as:
Code:
melogit dv i.intl_first c.totalattended c.distress || center: || ther: intl_first
Code:
xi: melogit dv i.intl_first c.totalattended c.distress || center: || ther: i.intl_first
I tried changing the intl_first coding so that 1 = student from US and 0 = international student, which produced a different random slope in the output table. Would that represent the random slope for those in the student from US group? If not, is there an effective way to write the command in order to obtain the random slope by group?
I have also used:
Code:
predict re*, reffects
0 Response to identifying random slope by group
Post a Comment