CIr | R Documentation |
Will construct the CI for a desired level given a correlation and sample size
CIr(r, n, level = 0.95)
r |
Correlation Coefficient |
n |
Sample Size |
level |
Significance Level for constructing the CI, default is .95 |
LCL |
Lower Confidence Limit of the CI |
UCL |
Upper Confidence Limit of the CI |
Does not compute r, you must enter it into the function
Thomas D. Fletcher t.d.fletcher05@gmail.com
Cohen, J., Cohen, P., West, S. G., & Aiken, L. S. (2003). Applied multiple regression/correlation analysis for the behavioral sciences (3rd ed.). Mahwah, NJ: Lawrence Erlbaum.
r2z
,
CIz
,
SEz
,
z2r
# From ch. 2 in Cohen et al (2003)
CIr (.657, 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.