I ran a 2 level multinomial logit using MQL and then tried to fit it using PQL2 but keep receiving an error message.
My syntax is set out as follows:
- Code: Select all
runmlwin depvar varlist, level2(id:cons) level1(tpid) discrete(distribution(multinomial) link(mlogit) denominator(cons) basecategory(2)) maxiterations(100) nopause
- Code: Select all
runmlwin depvar varlist, level2(id:cons) level1(tpid) discrete(distribution(multinomial) link(mlogit) denominator(cons) basecategory(2) pql2) maxiterations(100) initsprevious nopause
The first line runs successfully but the second does not. It comes back with an error saying that WARNING: IGLS algorithm failed to converge. Increase the number of iterations. See the maxiterations() option.
When I check the output it says only 6 iterations were run even though I set maxiterations at 100. Can anybody please advise where I have gone wrong?
Thanks
