Summarizes contents of result of call to gllm
. The print method
pretty prints the summary object.
# S3 method for gllm
summary(object,...)
A list with components:
the number of cells in the observed table
the number of cells in the full table
the mean cell count in the observed table
the final model deviance (-2 log likelihood)
the model degrees of freedom
the model parameter estimates, standard errors
Observed and fitted counts, plus Pearsonian residuals
is the object output from gllm.
other arguments
David L Duffy