Dear Stata Users,
I ran a log-binomial regression model with survey data to estimate relative risk of childhood stunting. The Stata output with svy command doesn’t report goodness of fit statistic, nor even AIC or BIC. Can anyone kindly suggest how to perform a global test of goodness of fit after fitting a log-binomial regression model?
I am trying with the following glm model
xi:svy: glm stunted i.wrk i.region i.div i.bmi, fam (bin) link (log) eform difficult
Thank you in advance for your kind help.
Kind regards,
Tanvir Hasan
I ran a log-binomial regression model with survey data to estimate relative risk of childhood stunting. The Stata output with svy command doesn’t report goodness of fit statistic, nor even AIC or BIC. Can anyone kindly suggest how to perform a global test of goodness of fit after fitting a log-binomial regression model?
I am trying with the following glm model
xi:svy: glm stunted i.wrk i.region i.div i.bmi, fam (bin) link (log) eform difficult
Thank you in advance for your kind help.
Kind regards,
Tanvir Hasan
Comment