Description Usage Arguments See Also Examples
View source: R/wrap.anova.simple.R
Computes simple main effects for a two-way, between-subjects ANOVA.
The function delegates the primary computations to testInteractions
.
Note that this function assumes categorical (i.e., unordered) independent variables
and fixed effects. In the output, hp2 denotes partial eta squared.
1 | wrap.anova.simple(dv1, iv1, iv2, adjustment = "none")
|
dv1 |
Column vector containing the dependent variable |
iv1, iv2 |
Column vectors containing the between-subjects independent variables.
The function will test for simple main effects of |
adjustment |
String representing the method of p value adjustment ("none", "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", or "fdr"). |
1 | wrap.anova.simple(dv1 = bdata$DV1, iv1 = bdata$IV1, iv2 = bdata$IV2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.