Compare likelihood ratio test statistics from multiple calls to gllm
.
# S3 method for gllm
anova(object, ..., test=c("Chisq","none"))
A list with components:
name of each object being compared
residual degrees of freedom for each model
likelihood ratio test statistic for model versus saturated model
chi-square based P-value for model
models compared in stepwise testing
degrees of freedom of model comparson
likelihood ratio test statistic comparing models
chi-square based P-value for LRTS
.
is an object output from gllm.
other objects from gllm.
evaluate LRTS for model, or nothing.
David L Duffy