test_truncated_hochberg | R Documentation |
Perform truncated Hochberg procedure
test_truncated_hochberg(pvals, truncation_gamma, overall_alpha)
pvals |
a vector of p-values to be adjusted for multiplicity |
truncation_gamma |
the truncation parameter between 0 and 1, with 0 being Bonferroni procedure and 1 corresponding to Hochberg procedure. A larger value yields a larger alpha reserved if one or more test fails |
overall_alpha |
the overall alpha level. |
a tibble including the outcome of each test as well as alpha reserved
test_truncated_hochberg(c(0.01, 0.026), 0.8, overall_alpha = 0.025)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.