anova.sitar | R Documentation |
anova method for sitar
objects, based on anova.lme
.
## S3 method for class 'sitar'
anova(
object,
...,
test = TRUE,
type = c("sequential", "marginal"),
adjustSigma = TRUE,
Terms,
L,
verbose = FALSE
)
object |
an object inheriting from class |
... |
other optional fitted model objects. |
test |
an optional logical value controlling whether likelihood ratio tests should be used. |
type |
an optional character string specifying the type of sum of squares to be used. |
adjustSigma |
see |
Terms |
see |
L |
see |
verbose |
an optional logical value. |
a data frame inheriting from class "anova.lme".
Tim Cole tim.cole@ucl.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.