Description Usage Arguments Value Examples
View source: R/covariate_methods.R
ddhf: Greedy independent filtering
1 | ddhf(unadj_p, filterstat, alpha)
|
unadj_p |
Numeric vector of unadjusted p-values. |
filterstat |
Factor to which different hypotheses belong |
alpha |
Significance level at which to apply method |
DDHF multiple testing object
1 2 3 | sim_df <- du_ttest_sim(20000,0.95, 1.5)
obj <- ddhf(sim_df$pvalue, sim_df$filterstat, .1)
sum(rejected_hypotheses(obj))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.