jump_cutoff | R Documentation |
Estimate threshold of maximum p-values across two studies to control FDR.
jump_cutoff(pa_in, pb_in, xi_in, alpha_in)
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. |
A list including the maximum of p-values and estimated threshold for FDR control.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.