Description Usage Arguments Value Examples
lm.pow
computes (via simulation) the power of a linear model trained with pilot data.
1 | lm.pow(lmodel, n, r = 10000, alpha = 0.05, conf.level = 0.95)
|
lmodel |
linear model trained through lm object. |
n |
sample size. |
r |
number of simulations to compute power. |
alpha |
significance threshhold. |
conf.level |
size of confidence intervals. |
The probability of finding p < α with the experiment description and a 95% Clopper-Pearson confidence interval for each item in the equation.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.