Description Usage Arguments Value References
View source: R/fdr-sampsize-v1.0e.R
Compute an approximation of the expected value of the null proportion estimate given the sample size and effect size.
1 | pi.star (n, pow.func, eff.size, lam = 0.95, eps = 1e-04, ...)
|
n |
sample size |
pow.func |
an R function to compute statistical power |
eff.size |
effect size vector |
lam |
p-value at which to numerically evaluate p-value pdf (scalar) |
eps |
epsilon for numerical differentiation |
... |
additional agruments for the functions |
scalar value for approximated E(pi.hat)
#> Pounds, Stan, and Cheng Cheng. "Sample size determination for the false discovery rate." Bioinformatics 21.23 (2005): 4263-4271.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.