stouffer: Stouffer integration of Z scores

View source: R/gsea.R

stoufferR 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)

corto documentation built on March 31, 2023, 9:25 p.m.