summary.gllm: Summarize results of gllm

View source: R/gllm.R

summary.gllmR Documentation

Summarize results of gllm

Description

Summarizes contents of result of call to gllm. The print method pretty prints the summary object.

Usage

## S3 method for class 'gllm'
summary(object,...) 

Arguments

object

is the object output from gllm.

...

other arguments

Value

A list with components:

nobs

the number of cells in the observed table

nfull

the number of cells in the full table

mean.cell

the mean cell count in the observed table

deviance

the final model deviance (-2 log likelihood)

model.df

the model degrees of freedom

coefficients

the model parameter estimates, standard errors

residuals

Observed and fitted counts, plus Pearsonian residuals

Author(s)

David L Duffy


gllm documentation built on Oct. 18, 2022, 9:06 a.m.

Related to summary.gllm in gllm...