anderson.test {analyzer} | R Documentation |
Anderson Darling test
Description
anderson.test
performs Anderson-Darling test
Usage
anderson.test(x)
Arguments
x |
a numeric vector. Length must be greater than 7. Missing values are allowed. |
Details
Performs the Anderson-Darling test for the composite hypothesis of normality, see e.g. Thode (2002, Sec. 5.1.4).
Value
A list with following elements:
- statistic
the value of Anderson-Darling test statistic
- p.value
p-value of the test
- method
Test name
- data.name
Vector name
See Also
Examples
anderson.test(mtcars$mpg)
[Package analyzer version 1.0.1 Index]