anova.gllm: Summarize multiple results from gllm

View source: R/gllm.R

anova.gllmR Documentation

Summarize multiple results from gllm

Description

Compare likelihood ratio test statistics from multiple calls to gllm.

Usage

## S3 method for class 'gllm'
anova(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

name of each object being compared

Resid.df

residual degrees of freedom for each model

Deviance

likelihood ratio test statistic for model versus saturated model

Pr.Fit

chi-square based P-value for model

Test

models compared in stepwise testing

Df

degrees of freedom of model comparson

LRtest

likelihood ratio test statistic comparing models

Prob

chi-square based P-value for LRTS

.

Author(s)

David L Duffy


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

Related to anova.gllm in gllm...