Description Usage Arguments Value Examples
lm.explore
computes (via simulation) the power of a linear model trained with pilot data.
1 2 | lm.explore(lmodel, lown, topn, r = 10000, alpha = 0.05, conf.level = 0.95,
plotit = TRUE)
|
lmodel |
linear model trained through lm object. |
lown |
lowest sample size. |
topn |
highest 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.