Description Usage Arguments Details Value See Also Examples
Affords ANOVAs to compare two or three lmerVAR
models. It is
necessary to supply at least two different models for comparison, although a
third can also be supplied if desired.
1 | compareVAR(m1, m2, m3 = NULL, anova = NULL, type = "tempMods")
|
m1 |
Output from |
m2 |
Output from another run of |
m3 |
Output from a third run of |
anova |
If |
type |
Character string. Either |
Performs individual nodewise model comparisons across multiple
lmerVAR
models.
Table of ANOVA results comparing two or three models.
1 2 3 4 | fit1 <- lmerVAR(mlgvarDat, temporal = "fixed", contemp = "orthogonal")
fit2 <- lmerVAR(mlgvarDat, temporal = "orthogonal", contemp = "orthogonal")
compareVAR(fit1, fit2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.