Dear Statalists,
I encounter the "initial values not feasible" problem when running multi-level ordered logit regression based on U.S. Behavioral Risk Factor Surveillance System dataset.
Independent varialbes are income category, sex, marital status, education level, employment status, and house tenure, the second level is states, the outcome is the memory loss or not.
Below is my code:
meologit ormemlos i.sex i.marital i.educa i.renthom1 i.employ1 i.income2|| state_name:, nolog or
I have tried shortening my independent variables, only keep i.sex, and find it work.
Though I have read some post with "initial values not feasible", I cannot figure out how to solve my problem. I was wondering someone could help me out?
All the best,
Comment