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 ...
Search found 4 matches
- 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: 55202
- 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: 55202
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.
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.
- 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: 55202
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 v001 intrid ...
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 v001 intrid ...
- 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: 152523
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 ...
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 ...