meanp: Combine p values by the mean p method

View source: R/meanp.R

meanpR Documentation

Combine p values by the mean p method

Description

Combine \mjseqnp values by the mean p method\loadmathjax

Usage

meanp(p)
## S3 method for class 'meanp'
print(x, ...)

Arguments

p \sigvec
x

An object of class ‘meanp

...

Other arguments to be passed through

Details

Defined as \mjdeqnz = (0.5 - \barp) \sqrt12kz = (0.5 - mean(p)) * sqrt(12k) which is a standard normal and due to \insertCiteedgington72b;textualmetap \insertNoCitebecker94metap\insertNoCiterosenthal78metap

\lele

four

\plotmethod

Value

An object of class ‘meanp’ and ‘metap’, a list with entries

z

Value of \mjseqnz

p

Associated \mjseqnp-value

validp

The input vector with illegal values removed

Author(s)

Michael Dewey

References

\insertAllCited

See Also

See also plotp

Examples

data(dat.metap)
rosenthal <- dat.metap$rosenthal
meanp(rosenthal$p) # 2.17, p = 0.015 one tailed

metap documentation built on Oct. 9, 2023, 5:10 p.m.