wrap.levene | R Documentation |
Performs Levene's test for equality of variances with one
between-subjects factor. The function delegates the primary computations
to ezANOVA
. Note that this function does not use
bootstrapping and does not apply corrections. In the output, the F
statistic is equivalent to Levene's W, and hp2 denotes partial eta squared.
wrap.levene(dv1, iv1, location = "median")
dv1 |
Column vector containing the dependent variable |
iv1 |
Column vector containing the independent variable |
location |
Character string specifying the location from which
to compute the variance within each group ( |
ezANOVA
wrap.levene(dv1 = bdata$DV5, iv1 = bdata$IV2, location = "median")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.