Error cross-classified multinomial
Posted: Thu Apr 05, 2018 10:05 am
Hello,
I am trying to estimate a multinomial cross-classified model with three levels and three answer categories. The IGLS model works just fine, but I get an error message when adding "mcmc(cc)":
error while obeying batch file
... at line number 541:
WSET
Unable to invert va.
This is the model to get the starting values (which works):
This is the mcmc model (which does not work):
I'm happy to get any advice!
By the way, thank you for this very helpful forum and all the materials you provide!
Kind regards,
Nina
I am trying to estimate a multinomial cross-classified model with three levels and three answer categories. The IGLS model works just fine, but I get an error message when adding "mcmc(cc)":
error while obeying batch file
... at line number 541:
WSET
Unable to invert va.
This is the model to get the starting values (which works):
Code: Select all
sort id intid recnr
runmlwin missings_Eink_3 cons second_int ///
wave2 wave3 wave4 wave5 wave6 wave7 ///
move_dist, ///
level3(id: cons) ///
level2(intid: cons) ///
level1(recnr:) ///
discrete(dist(multinomial) link(mlogit) denom(cons) basecategory(3)) ///
nopause
Code: Select all
sort id intid recnr
runmlwin missings_Eink_3 cons second_int ///
wave2 wave3 wave4 wave5 wave6 wave7 ///
move_dist, ///
level3(id: cons) ///
level2(intid: cons) ///
level1(recnr:) ///
discrete(dist(multinomial) link(mlogit) denom(cons) basecategory(3)) ///
mcmc(cc) nopause initsprevious
By the way, thank you for this very helpful forum and all the materials you provide!
Kind regards,
Nina