Description Usage Arguments Value Examples
View source: R/pi0_estimators.R
TST (Two-Step) pi0 estimator
1 | tst_pi0_est(pvalue, alpha)
|
pvalue |
Numeric vector of unadjusted p-values. |
alpha |
Nominal level for applying the TST procedure |
estimated proportion of null hypotheses (pi0)
1 2 | sim_df <- du_ttest_sim(20000,0.95, 1.5)
tst_pi0_est(sim_df$pvalue, .1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.