Description Usage Arguments Value Examples
View source: R/pi0_estimators.R
LSL (Least-Slope) pi0 estimator
1  | lsl_pi0_est(pvalue)
 | 
pvalue | 
 Numeric vector of unadjusted p-values.  | 
estimated proportion of null hypotheses (pi0)
1 2  |      sim_df <- du_ttest_sim(20000,0.95, 1.5)
     lsl_pi0_est(sim_df$pvalue)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.