| check_homogeneity_by_group | R Documentation |
Check homogeneity of variances across groups
check_homogeneity_by_group(data, x, y)
data |
the data frame |
x |
the grouping variable (column name as string) |
y |
the dependent variable (column name as string) |
TRUE if Levene's test is non-significant (p >= .05), FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.