powered by
Geary's test for normality. Null hypothesis is that the data obeys to normal distribution.
geary.test(X)
A numeric vector.
Geary's test statistic G
The significant probability of the null-hypothesis testing.
# NOT RUN { geary.test(rnorm(100)) geary.test(20:50) # }
Run the code above in your browser using DataLab