Thanks Weiwen,
Ok, so it's not quite back to the drawingboard, but a little rethinking is required. In summary, advised next steps are as follows:
I am also running a parallel analysis on another dataset which has a complex survey design. I am tempted to make the executive decision now that I will ignore sample weighting in model estimation as svysetting won't allow for goodness of fit statistics to be calculated with estat gof. Or perhaps goodness of fit statistics should be assessed on the non-weighted models first, and then the weighted models should be use to estimate predicted class probabilities and in later regressions.
Thank you so much for your help, Weiwen. I hope I don't go too far down the rabbit hole!
Ok, so it's not quite back to the drawingboard, but a little rethinking is required. In summary, advised next steps are as follows:
- I'll stick with BIC rather than SS-BIC as my sample size is large enough.
- I accept that my proposed class structure is complex and will therefore disregard the LMR-LR test as a suitable assessment of goodness of fit.
- I will examine logit intercepts for models that only converge with the -nonrtolerance- option and constrain them at + or - 15 if they are near +/- 15 and will attempt to re-fit the models if this is the case. Otherwise, I will conclude that these models couldn't converge, and are therefore not good explanations of the data.
- I will look into the -lcinvariant- and -covstructure- options to explore different class structures for the continuous indicators.
Code:
vce(cluster [wardvariable])
Thank you so much for your help, Weiwen. I hope I don't go too far down the rabbit hole!
Comment