Hi. I'm using Stata 18.0/SE and am running into an error r(1400). I am trying to run the null model using multilevel logistic regression. The model is using 612,215 observations and 34 hospitals. The outcome variable is a birth mode (CD), dichotomized as 'Yes' for cesarean and 'No' for natural delivery. All mothers are nested in 34 hospitals.
Code:
melogit CD || hosid:
I also tried meqrlogit command, it runs smoothly in the null model but not in the full model.
Any recommendations to fix r(1400) in melogit? Thank you.
Code:
melogit CD || hosid:
I also tried meqrlogit command, it runs smoothly in the null model but not in the full model.
Any recommendations to fix r(1400) in melogit? Thank you.
Comment