Hi Stata team,
I was trying to conduct a xtgee model but I don't know how to compare two nested models to decide if should include the extra variable to the model or not
I searched and found that there is a command QIC which can help choosing the best model but is there a command that can help me decide between two nested model as in lrtest?
also, I wasn't sure how to run the QIC command for comparing two models
thank you very much
Umam
I was trying to conduct a xtgee model but I don't know how to compare two nested models to decide if should include the extra variable to the model or not
Code:
xi: xtgee Cmax D X3, vce(robust)
Code:
xi: xtgee Cmax D X3, X4, vce(robust)
also, I wasn't sure how to run the QIC command for comparing two models
thank you very much
Umam
Comment