inverse_normal: Inverse normal combination function

Description Usage Arguments Value Author(s)

Description

Computes the inverse normal combination (sqrt(w1)*qnorm(1-p1) + sqrt(w2)*qnorm(1-p2)) of two (independent) p-values

Usage

1
inverse_normal(p1, p2, w1, w2)

Arguments

p1

First stage p-value

p2

Second stage p-value

w1

First stage weight

w2

Second stage weight

Value

p-value corresponding to the inverse normal combination z-score

Author(s)

Florian Klinglmueller


floatofmath/resamplingMCP documentation built on May 16, 2019, 1:21 p.m.