View source: R/eval.power.cont.R
eval.power.cont | R Documentation |
This function estimates power for a continuous variable given the sample size, effect size, significance threshold, and the degrees of freedom.
eval.power.cont(N, n_coeff, effect, alpha)
N |
Sample size |
n_coeff |
degrees of freedom for numerator |
effect |
effect size |
alpha |
significance level (Type 1 error) |
eval.power.cont(N = 1000, n_coeff = 1, effect = 0.0025, alpha = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.