check_normality_by_group: Check normality for groups

View source: R/utils.R

check_normality_by_groupR Documentation

Check normality for groups

Description

Check normality for groups

Usage

check_normality_by_group(data, x, y)

Arguments

data

the data frame

x

the x column

y

the y column

Value

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.


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