Code:
logit married i.age5 i.dur5 i.kid4 i.repcat i.edu3 husedyn twotypes ibn.place, noconstant nolog or
Another option would be to use melogit to create a generalized linear mixed additive model. This increases complexity but could account for variability within countries. I'm seeing errors when I try the following:
Code:
melogit married i.age5 i.dur5 i.kid4 i.repcat i.edu3 husedyn twotypes || place: , noconstant nolog or
or
Code:
melogit married i.age5 i.dur5 i.kid4 i.repcat i.edu3 husedyn twotypes || i.place: , noconstant nolog or
Code:
melogit married i.age5 i.dur5 i.kid4 i.repcat i.edu3 husedyn twotypes || ibn.place: , noconstant nolog or
Would you please let me know how to create a generalized linear mixed additive model? I'll also appreciate your wisdom on what alternative approaches would add beyond a basic logit model with ibn.place. Thank you.
0 Response to Random effects: logit with ibn. vs melogit
Post a Comment