Hi Statalist Users,
I am just wondering what is the best GOF test for multilevel log-binomial regression? Is H-L appropriate?
My code is as follows
Also attached H-L graph below.
Graph.gph
I have seen suggestions on using Hjort–Hosmer statistics, but not sure how to do it in Stata.
Thank you for you help in advance!
Many Thanks,
Bree
I am just wondering what is the best GOF test for multilevel log-binomial regression? Is H-L appropriate?
My code is as follows
Code:
gllamm depvar var1 var2 , i(site ) family(binomial) link(log) eform
Graph.gph
I have seen suggestions on using Hjort–Hosmer statistics, but not sure how to do it in Stata.
Thank you for you help in advance!
Many Thanks,
Bree
Comment