Learn R Programming

SciencesPo (version 1.02.12)

geary.test: Geary's test for normality

Usage

geary.test(x)

Arguments

x
the numeric vector.

Value

  • statistic The Geary's test statistic G

    p.value The significant probability of the null-hypothesis testing. } description{ Geary's test for normality. Null hypothesis is that the data obeys to normal distribution.

encoding

UTF-8

Examples

Run this code
s <-sample(100, 20)
geary.test(s)
geary.test(rnorm(100))

Run the code above in your browser using DataLab