We are working on trying to find how well glm models fit our set of sports
results. We want to consider the following two models and work out which one
fits the data better:

>summary(Tries.Team.Ha.glm)

(Dispersion parameter for poisson family taken to be 1)

    Null deviance: 321.46  on 269  degrees of freedom
Residual deviance: 274.15  on 257  degrees of freedom
AIC: 879.06

Number of Fisher Scoring iterations: 5


and
> summary(Tries.Team.Ha.Distance.glm)

(Dispersion parameter for poisson family taken to be 1)

    Null deviance: 321.46  on 269  degrees of freedom
Residual deviance: 272.06  on 256  degrees of freedom
AIC: 878.97

Number of Fisher Scoring iterations: 5


Many thanks.

--
View this message in context: 
http://r.789695.n4.nabble.com/goodness-of-fit-for-glms-tp4424193p4424193.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to