fmsb (version 0.6.3)

geary.test: Geary's test for normality about kurtosis.

Description

Geary's test for normality. Null hypothesis is that the data obeys to normal distribution.

Usage

geary.test(X)

Arguments

X

A numeric vector.

Value

statistic

Geary's test statistic G

p.value

The significant probability of the null-hypothesis testing.

Examples

Run this code
# NOT RUN {
 geary.test(rnorm(100))
 geary.test(20:50)
# }

Run the code above in your browser using DataCamp Workspace