anova.gllm {gllm}R Documentation

Summarize multiple results from gllm

Description

Compare likelihood ratio test statistics from multiple calls to gllm.

Usage

anova.gllm(object, ..., test=c("Chisq","none")) 

Arguments

object is an object output from gllm.
... other objects from gllm.
test evaluate LRTS for model, or nothing.

Value

A list with components:

Model
Resid.df
Deviance
Pr.Fit
Test
Df
LRtest
Prob

{chi-square based P-value for LRTS}.

Author(s)

David L Duffy


[Package gllm version 0.30 Index]