error message - multinomial logit model
Posted: Thu Jan 17, 2013 2:23 pm
Hi,
I try to run a multinomial logit discrete-time event history analysis with Mlwin 2.26, but I get the error message 'group 18 contains no columns(calc)'.
I examine the determinants of exit from welfare to three mutually exclusive states (work, work with supplementary welfare benefit, other benefit), while controlling for unobserved heterogeneity. I have a person-period data file (for 28052 persons) with time clustered within individuals.
I use the following syntax:
sort time_uniqueid
xi: runmlwin exitstates4_unordered cons i.kwartaal i.duration_lastspell i.geslacht_m leeftijdtv_c leeftijd2_c i.natio_tv_cat4 i.wetg_t1 i.householdtype_zm WItwst_c i.gewest_t1, level2(insz: cons) level1(time_uniqueid) discrete(distribution(multinomial) link(mlogit) denominator(cons) basecategory(1)) nopause maxiterations(500) mlwinsettings(size(100000))
xi: runmlwin exitstates4_unordered cons i.kwartaal i.duration_lastspell i.geslacht_m leeftijdtv_c leeftijd2_c i.natio_tv_cat4 i.wetg_t1 i.householdtype_zm WItwst_c i.gewest_t1, level2(insz: cons, residuals(u2)) level1(time_uniqueid) discrete(distribution(multinomial) link(mlogit) denominator(cons) basecategory(1)) mcmc (burnin(2000) chain(20000) orthogonal) initsprevious nopause mlwinsettings(size(100000))
It is not clear to me what the error message means. There is no personal id 18 in the dataset. The 18th individual does not has any particularities, and doing the analysis without 18th individual gives the same error message.
Do you have any suggestions?
Thank you in advance,
Sarah
I try to run a multinomial logit discrete-time event history analysis with Mlwin 2.26, but I get the error message 'group 18 contains no columns(calc)'.
I examine the determinants of exit from welfare to three mutually exclusive states (work, work with supplementary welfare benefit, other benefit), while controlling for unobserved heterogeneity. I have a person-period data file (for 28052 persons) with time clustered within individuals.
I use the following syntax:
sort time_uniqueid
xi: runmlwin exitstates4_unordered cons i.kwartaal i.duration_lastspell i.geslacht_m leeftijdtv_c leeftijd2_c i.natio_tv_cat4 i.wetg_t1 i.householdtype_zm WItwst_c i.gewest_t1, level2(insz: cons) level1(time_uniqueid) discrete(distribution(multinomial) link(mlogit) denominator(cons) basecategory(1)) nopause maxiterations(500) mlwinsettings(size(100000))
xi: runmlwin exitstates4_unordered cons i.kwartaal i.duration_lastspell i.geslacht_m leeftijdtv_c leeftijd2_c i.natio_tv_cat4 i.wetg_t1 i.householdtype_zm WItwst_c i.gewest_t1, level2(insz: cons, residuals(u2)) level1(time_uniqueid) discrete(distribution(multinomial) link(mlogit) denominator(cons) basecategory(1)) mcmc (burnin(2000) chain(20000) orthogonal) initsprevious nopause mlwinsettings(size(100000))
It is not clear to me what the error message means. There is no personal id 18 in the dataset. The 18th individual does not has any particularities, and doing the analysis without 18th individual gives the same error message.
Do you have any suggestions?
Thank you in advance,
Sarah