formula of Z Score Statistics bug

13 views
Skip to first unread message

Pengcheng Yang

unread,
Jan 13, 2015, 8:49:30 PM1/13/15
to go-e...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages