stouffer {corto} | R Documentation |
Stouffer integration of Z scores
Description
This function gives a gaussian Z-score corresponding to the provided p-value Careful: sign is not provided
Usage
stouffer(x)
Arguments
x |
a vector of Z scores |
Value
Z an integrated Z score
Examples
zs<-c(1,3,5,2,3)
stouffer(zs)
[Package corto version 1.2.4 Index]