stouffer: Stouffer's Method for Aggregating p-values

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/stouffer.R

Description

Aggregate a set of one-sided p-values by using standard normal transformations.

Usage

1
stouffer(pvalues)

Arguments

pvalues

A vector of p-values to be aggregated using Stouffer's Method. NAs and values outside the interval [0,1] will be removed.

Value

A single scalar aggregated p-value (between 0 and 1).

Author(s)

Rupam Bhattacharyya, rupamb@umich.edu

References

Stouffer, S. A., Suchman, E. A., DeVinney, L. C., Star, S. A., & Williams Jr, R. M. (1949). The american soldier: Adjustment during army life.(studies in social psychology in world war ii), vol. 1.

See Also

lancaster, fisher, sidak

Examples

1
stouffer(c(.05, .2, .5))

rupambh/rupamb625 documentation built on Nov. 26, 2019, 9 a.m.