Search found 4 matches

by alirizvi29
Thu Jun 01, 2023 7:37 am
Forum: runmlwin user forum
Topic: The model did not run properly in MLwiN. Re-run the model without the nopause option to debug the model in MLwiN.
Replies: 3
Views: 5894

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

Now I am trying to get some graphical representation of the results as the tables are too large, and I have many other outcome variables. Here is the code for the model again. *Fit a Four-level variance components logit model by PQL2 quietly runmlwin faith_b cons i.caste i.religion i.v190 urban age ...
by alirizvi29
Thu Jun 01, 2023 7:27 am
Forum: runmlwin user forum
Topic: The model did not run properly in MLwiN. Re-run the model without the nopause option to debug the model in MLwiN.
Replies: 3
Views: 5894

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

Thank you for your response!

Earlier, I tried to switch from pql2 to mql2 estimation, but the problem persisted. However, It is solved after removing some units at v001 at a level with no variation, which means a unit had all responses either 1 or 0. Because of this, it couldn't converge.
by alirizvi29
Sun May 14, 2023 3:58 pm
Forum: runmlwin user forum
Topic: The model did not run properly in MLwiN. Re-run the model without the nopause option to debug the model in MLwiN.
Replies: 3
Views: 5894

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

Hi, I am trying to run a four-level model in Stata using "runmlwin' command. Here is the Stata syntax: use "D:\refuseData.dta", replace drop if refuse==. | caste==. | religion==. | v190==. | urban==. | age==. | schooling==. | working==. | media==. | parity==. | living_son==. sort v024...
by alirizvi29
Sat May 13, 2023 10:24 am
Forum: runmlwin user forum
Topic: The model did not run properly in MLwiN. Re-run the model without the nopause option to debug the model in MLwiN.
Replies: 0
Views: 7041

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

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)...