A logical value indicating whether the variable is normal (TRUE) or non-normal (FALSE).
Arguments
x
A numeric vector to test for normality.
alpha
The significance level for normality tests. Default is 0.05.
all_positive
A logical value indicating whether all values are non-negative. If TRUE and
standard deviation is less than mean, the variable is considered non-normal (likely right-skewed).