anova.gremlin {gremlin} | R Documentation |
REML Likelihood Ratio Tests for gremlin models using anova()
## S3 method for class 'gremlin' anova(object, ..., model.names = NULL)
object |
An object of |
... |
Additional objects of |
model.names |
Optional character vector with model names to be used in the anova table |
A data.frame
containing the nested comparison of model
object
s via a REML likelihood ratio test.
mod11 <- gremlinR(WWG11 ~ sex - 1, random = ~ calf, data = Mrode11, Gstart = matrix(0.1), Rstart = matrix(0.4), maxit = 50, v = 2, algit = "EM") logLik(mod11)