Hi,
The Z Score formula from this webpage missing a right parentheses in
the denominator. Is it written as bellow?
Zscore <- function(n,r,N,R){
(r-n*R/N)/sqrt(n*(R/N)*(1-R/N)*(1-(n-1)/(N-1)))
}
http://www.genmapp.org/go_elite/help.htm#s4
Best,
Pengcheng Yang