View source: R/refitME_package.r
anova.refitME | R Documentation |
refitME
objectsAn ANOVA function for fitted refitME
objects.
## S3 method for class 'refitME'
anova(object, ..., dispersion = NULL, test = NULL)
object |
: fitted model objects of class |
... |
: further arguments passed through to |
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 " |
anova.refitME
produces output identical to anova.lm
, anova.glm
or anova.gam
.
Jakub Stoklosa, Wen-Han Hwang and David I. Warton.
anova
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.