geary.test | R Documentation |
Geary's test for normality. Null hypothesis is that the data obeys to normal distribution.
geary.test(X)
X |
A numeric vector. |
statistic |
Geary's test statistic G |
p.value |
The significant probability of the null-hypothesis testing. |
Minato Nakazawa minatonakazawa@gmail.com https://minato.sip21c.org/
geary.test(rnorm(100))
geary.test(20:50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.