wrap.levene: Levene's test for equality of variances

View source: R/wrap.levene.R

wrap.leveneR Documentation

Levene's test for equality of variances

Description

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.

Usage

wrap.levene(dv1, iv1, location = "median")

Arguments

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 ("median" or "mean")

See Also

ezANOVA

Examples

wrap.levene(dv1 = bdata$DV5, iv1 = bdata$IV2, location = "median")


michaelkardas/bwrappers documentation built on Nov. 13, 2022, 1:14 a.m.