wstouffer | R Documentation |
This function gives a gaussian Z-score corresponding to the provided p-value Careful: sign is not provided
wstouffer(x, w)
x |
a vector of Z scores |
w |
weight for each Z score |
Z an integrated Z score
zs<-c(1,-3,5,2,3)
ws<-c(1,10,1,2,1)
wstouffer(zs,ws)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.