powered by
geary.test(x)
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.
s <-sample(100, 20) geary.test(s) geary.test(rnorm(100))
Run the code above in your browser using DataLab