analyzer (version 1.0.1)

anderson.test: 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.

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

Details

Performs the Anderson-Darling test for the composite hypothesis of normality, see e.g. Thode (2002, Sec. 5.1.4).

See Also

norm_test_fun

Examples

Run this code
# NOT RUN {
anderson.test(mtcars$mpg)

# }

Run the code above in your browser using DataLab