powered by
anderson.test performs Anderson-Darling test
anderson.test
anderson.test(x)
a numeric vector. Length must be greater than 7. Missing values are allowed.
A list with following elements:
the value of Anderson-Darling test statistic
p-value of the test
Test name
Vector name
Performs the Anderson-Darling test for the composite hypothesis of normality, see e.g. Thode (2002, Sec. 5.1.4).
norm_test_fun
# NOT RUN { anderson.test(mtcars$mpg) # }
Run the code above in your browser using DataLab