wrap.simple | R Documentation |
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.
wrap.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 |
Character string representing the method of p value adjustment
( |
testInteractions
wrap.simple(dv1 = bdata$DV5, iv1 = bdata$IV1, iv2 = bdata$IV2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.