geary: Geary's test for normality about kurtosis.

geary.testR Documentation

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.

Author(s)

Minato Nakazawa minatonakazawa@gmail.com https://minato.sip21c.org/

Examples

 geary.test(rnorm(100))
 geary.test(20:50)

fmsb documentation built on May 29, 2024, 2:02 a.m.

Related to geary in fmsb...