R/utils.R
is_normal.Rd
Normality check
is_normal(x, alpha = 0.05, test)
Numeric vector with or without NA's.
Threshold for rejection of the null hipotesis (of normality).
A function that returns a single numeric value (p.value) to be tested.