anova.gremlin {gremlin} | R Documentation |
anova() for gremlin objects
Description
REML Likelihood Ratio Tests for gremlin models using anova()
Usage
## S3 method for class 'gremlin'
anova(object, ..., model.names = NULL)
Arguments
object |
An object of |
... |
Additional objects of |
model.names |
Optional character vector with model names to be used in the anova table |
Value
A data.frame
containing the nested comparison of model
object
s via a REML likelihood ratio test.
Author(s)
Examples
mod11 <- gremlin(WWG11 ~ sex - 1,
random = ~ sire,
data = Mrode11)
mod11red <- gremlinR(WWG11 ~ sex - 1, data = Mrode11)
anova(mod11, mod11red)
[Package gremlin version 1.0.1 Index]