check_homogeneity_by_group: Check homogeneity of variances across groups
Description
Check homogeneity of variances across groups
Usage
check_homogeneity_by_group(data, x, y)
Value
TRUE if Levene's test is non-significant (p >= .05), FALSE otherwise
Arguments
- data
the data frame
- x
the grouping variable (column name as string)
- y
the dependent variable (column name as string)