check_homogeneity_by_group: Check homogeneity of variances across groups

View source: R/utils.R

check_homogeneity_by_groupR Documentation

Check homogeneity of variances across groups

Description

Check homogeneity of variances across groups

Usage

check_homogeneity_by_group(data, x, y)

Arguments

data

the data frame

x

the grouping variable (column name as string)

y

the dependent variable (column name as string)

Value

TRUE if Levene's test is non-significant (p >= .05), FALSE otherwise


colleyRstats documentation built on May 3, 2026, 5:07 p.m.