powered by
Test a sample against the null hypothesis that it comes from a standard Normal distribution.
anderson_darling(samples)
A list containing
authors of normality test applied i.e. 'Anderson Darling'
scalar value of test statistics
corresponding p-value of the test
vector of values to be tested
Wrapper function for corresponding functionality in goftest. Originally, from Anderson and Darling (1954).
goftest
sample <- rnorm(100) anderson_darling(sample)
Run the code above in your browser using DataLab