a list of type "trim.gof", containing elements chi2, LR
and AIC, for Chi-squared, Likelihoof Ratio and Akaike informatiuon content, respectively.
Examples
data(skylark)z <- trim(count ~ site + time, data=skylark, model=2)# prettyprint GOF informationgof(z)# get individual elements, e.g. p-valueL <- gof(z)LR_p <- L$LR$p # get p-value for likelihood ratio