powered by
REML Likelihood Ratio Tests for gremlin models using anova()
# S3 method for gremlin anova(object, ..., model.names = NULL)
An object of class ‘gremlin’.
class
Additional objects of class ‘gremlin’.
Optional character vector with model names to be used in the anova table
A data.frame containing the nested comparison of model objects via a REML likelihood ratio test.
data.frame
object
# NOT RUN { mod11 <- gremlin(WWG11 ~ sex - 1, random = ~ sire, data = Mrode11) mod11red <- gremlinR(WWG11 ~ sex - 1, data = Mrode11) anova(mod11, mod11red) # }
Run the code above in your browser using DataLab