jump_cutoff {JUMP}R Documentation

Estimate threshold of maximum p-values across two studies to control FDR.

Description

Estimate threshold of maximum p-values across two studies to control FDR.

Usage

jump_cutoff(pa_in, pb_in, xi_in, alpha_in)

Arguments

pa_in

A numeric vector of p-values from study 1.

pb_in

A numeric vector of p-values from study 2.

xi_in

The estimates of proportions of three null components.

alpha_in

The FDR level to control, default is 0.05.

Value

A list including the maximum of p-values and estimated threshold for FDR control.


[Package JUMP version 1.0.1 Index]