View source: R/GoodnessOfFit.R
ecn.test | R Documentation |
Assesses central normality of input data using an empirical test.
ecn.test(x, transformer = NULL)
x |
vector of input data, of at least length 5. |
transformer |
A transformer object created using
|
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 the empirical central normality test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.