anova.gllm {gllm} | R Documentation |
Compare likelihood ratio test statistics from multiple calls to gllm
.
anova.gllm(object, ..., test=c("Chisq","none"))
object |
is an object output from gllm. |
... |
other objects from gllm. |
test |
evaluate LRTS for model, or nothing. |
A list with components:
Model |
|
Resid.df |
|
Deviance |
|
Pr.Fit |
|
Test |
|
Df |
|
LRtest |
|
Prob |
{chi-square based P-value for LRTS}.
David L Duffy