anderson_darling | R Documentation |
Test a sample against the null hypothesis that it comes from a standard Normal distribution.
anderson_darling(samples)
samples |
vector of values to be tested |
Wrapper function for corresponding functionality in goftest
. Originally, from Anderson and Darling (1954).
A list containing
name |
authors of normality test applied i.e. 'Anderson Darling' |
statistic |
scalar value of test statistics |
p.value |
corresponding p-value of the test |
Anderson and Darling (1954) via goftest
.
sample <- rnorm(100)
anderson_darling(sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.