cn.test {power.transform} | R Documentation |
Central normality test
Description
Assesses central normality of input data.
Usage
cn.test(x, transformer = NULL, robust = FALSE)
Arguments
x |
vector of input data, of at least length 5. |
transformer |
A transformer object created using
|
robust |
Determines the use of the strict test for central normality
( |
Value
list with mean absolute error (tau
), critical value (at
significance level = 0.95) of the test statistic (tau_critical
) and
p-value (p_value
) for (empirical) central normality test.
[Package power.transform version 1.0.1 Index]