View source: R/GoodnessOfFit.R
cn.test | R Documentation |
Assesses central normality of input data.
cn.test(x, transformer = NULL, robust = FALSE)
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
( |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.