size.ci.rsqr | R Documentation |
Computes the sample size required to estimate a population squared multiple correlation in a random-x regression model with desired confidence interval precision. Set the planning value of the squared multiple correlation to 1/3 for a conservatively large sample size.
size.ci.rsqr(alpha, r2, s, w)
alpha |
alpha level for 1-alpha confidence |
r2 |
planning value of squared multiple correlation |
s |
number of predictor variables in model |
w |
desired confidence interval width |
Returns the required sample size
size.ci.rsqr(.05, .25, 5, .2)
# Should return:
# Sample size
# 214
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.