power.calc | R Documentation |
The function determines the empirical and theoretical power. The empirical power is the proportion of simulations in which the z-statistic for the parameter of interest exceeds the z-statistic for the desured level if statistical significance. The theoretical power is the power of the study.
power.calc(pval.thresh = NULL, p.values = NULL)
pval.thresh |
cut-off p-value defining statistical significance. |
p.values |
Vector of p-values (one per genetic variant). |
a list that contains the computed empirical power and theoretical power.
Gaye A.; Westerman K.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.