I'm using fmm: logit in Stata 15.1. My dataset contains ~21000 observations and I'm trying to fit a 3 components finite mixture model with 15 covariates (x1-x15) to explain my binary outcome y. However, I failed to do so with "not concave" error message.
My code:
Code:
fmm 3: logit y x1 x2 ... x15
Code:
fmm 3, iterate(#): logit y x1 x2 ... x15
Also, haven't found any example on applying fmm: logit model. Could you please give me some advice on this?
Thank you very much for your time!
Best regards,
Nina Nguyen.
0 Response to Specify number of iterations to fit an fmm model that is not concave
Post a Comment