View source: R/anderson.darling.normality.test.R
anderson.darling.normality.test | R Documentation |
Performs the Anderson Darling normality test on a vector of data. Null hypothesis is that normal distribution can beused to model sample. Low p-value (rejection) indicates non-normality.
anderson.darling.normality.test(x)
x |
A vector of values to be tested against the normal distribution |
An htest object including results from Anderson Darling normality test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.