anova.refitME: An ANOVA function for fitted 'refitME' objects

View source: R/refitME_package.r

anova.refitMER Documentation

An ANOVA function for fitted refitME objects

Description

An ANOVA function for fitted refitME objects.

Usage

## S3 method for class 'refitME'
anova(object, ..., dispersion = NULL, test = NULL)

Arguments

object

: fitted model objects of class refitME.

...

: further arguments passed through to lm or glm.

dispersion

: the dispersion parameter for the fitting family. By default it is obtained from the object(s).

test

: a character string, (partially) matching one of "Chisq", "LRT", "Rao", "F" or "Cp". See stat.anova.

Value

anova.refitME produces output identical to anova.lm, anova.glm or anova.gam.

Author(s)

Jakub Stoklosa, Wen-Han Hwang and David I. Warton.

See Also

anova


refitME documentation built on April 13, 2025, 9:08 a.m.