powered by
geary(x, na.rm = TRUE)
p.value The significant probability of the null-hypothesis testing.
set.seed(1234) x = rnorm(1000) geary(x) geary(20:50) y = c(0.269, 0.357, 0.2, 0.221, 0.275, 0.277, 0.253, 0.127, 0.246) stats::qqnorm(y)
Run the code above in your browser using DataLab