| check_normality_by_group | R Documentation |
Check normality for groups
check_normality_by_group(data, x, y)
data |
the data frame |
x |
the x column |
y |
the y column |
TRUE if all groups are normal, FALSE otherwise. For groups with n > 5000, Shapiro-Wilk is skipped and the function returns FALSE with a warning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.