screen_min | R Documentation |
ScreenMin multiple hypthesis testing for union hypothesis tests from Djordjilovic et al. (2018).
screen_min(
p.tab,
thresh = 0.05,
reorder.rows = TRUE,
prefix = NULL,
adjust.method = "BH"
)
p.tab |
Numeric matrix with two columns of p-values.
Each row is an analyte. No |
thresh |
Numeric threshold, termed |
reorder.rows |
Logical, should rows be reordered by p-value? |
prefix |
Character string to add to beginning of column names. |
adjust.method |
Method used to adjust the p-values for multiple testing. Options, in increasing conservatism,
include |
Djordjilovic V, Page CM, Gran JM, Nost TH, Sandanger TM, Veierød MB, Thoresen M. Global test for high-dimensional mediation: Testing groups of potential mediators. Stat Med. 2019 Aug 15;38(18):3346-3360.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.