Page 1 of 1

The model did not run properly in MLwiN. Re-run the model without the nopause option to debug the model in MLwiN.

Posted: Sat May 13, 2023 10:24 am
by alirizvi29
Hi,
I am trying to run a four-level model in Stata with following codes:

*Fit a Four-level variance components logit model by PQL2
quietly runmlwin faith_b cons i.caste i.religion i.v190 urban age i.schooling working media parity living_son, level4(v024: cons) level3(v001: cons) level2(intrid: cons) level1(womenid:) discrete(distribution(binomial) link(logit) denom(cons) pql2) nopause mlwinsettings(optimat) noversioncheck

* Fit the previous model by MCMC using the PQL2 estimates from the previous model as starting values for MCMC estimation.
runmlwin faith_b cons i.religion i.v190 urban age i.schooling working media parity living_son, level4(v024: cons) level3(v001: cons) level2(intrid: cons) level1(womenid:) discrete(distribution(binomial) link(logit) denom(cons)) mcmc(cc burnin(5000) chain(5000)) initsprevious mlwinsettings(optimat) nopause noversioncheck


and response is:
The model did not run properly in MLwiN. Re-run the model without the nopause option to debug the model in MLwiN.

When I remove "nopause" option, I am still not getting results in Stata. Can you please help me with this issue?
Thank you in advance.