Dear Statalists,
I am analysing data from the European Social Survey and am trying to run a (three-level) multilevel ordinal logistic regression. The dependent variable are individual preferences for redistribution which is an ordered response variable with five categories. I ran these null models, which indicate that individuals are nested within country x waves interactions, which are nested within countries;
meologit prefredist || country: || year:,
meglm prefredist || country: || year, family(ordinal) link(logit)
and both times got the error that initial values are not feasible, r(1400). I have searched the forums and usually the advice is to reduce the modell in terms of variables and then use the solutions of the less complicated ones as starting values but since this is the null model, that is not an option. I tried running just
meologit prefredist || country:, but got the same error.
Do you have any idea what the problem might be?
Comments would be much appreciated.
I am analysing data from the European Social Survey and am trying to run a (three-level) multilevel ordinal logistic regression. The dependent variable are individual preferences for redistribution which is an ordered response variable with five categories. I ran these null models, which indicate that individuals are nested within country x waves interactions, which are nested within countries;
meologit prefredist || country: || year:,
meglm prefredist || country: || year, family(ordinal) link(logit)
and both times got the error that initial values are not feasible, r(1400). I have searched the forums and usually the advice is to reduce the modell in terms of variables and then use the solutions of the less complicated ones as starting values but since this is the null model, that is not an option. I tried running just
meologit prefredist || country:, but got the same error.
Do you have any idea what the problem might be?
Comments would be much appreciated.
Comment