wstouffer: Weighted Stouffer integration of Z scores

Description Usage Arguments Value Examples

Description

This function gives a gaussian Z-score corresponding to the provided p-value Careful: sign is not provided

Usage

1
wstouffer(x, w)

Arguments

x

a vector of Z scores

w

weight for each Z score

Value

Z an integrated Z score

Examples

1
2
3
zs<-c(1,-3,5,2,3)
ws<-c(1,10,1,2,1)
wstouffer(zs,ws)

federicogiorgi/vulcan documentation built on May 27, 2019, 7:25 a.m.