om_rejection | R Documentation |
Compute rejection target function
om_rejection( weights, mat_g, p_values, alpha = 0.05, utility = 1, null_h = NULL )
weights |
vector of the original weights |
mat_g |
transition matrix G |
p_values |
vector of p-values for the elementary hypotheses |
alpha |
overall alpha level |
utility |
rejection utility of each elementary hypothesis |
null_h |
null hypothesis index |
theta |
parameters in weights and G |
vector of the following values: 1. rejection utility, by default, this is the average number of rejected hypothesis 2. reject any null hypothesis rate, i.e., familywise false discovery rate 3. average rejection rate for each hypothesis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.