Computes the confidence interval for a desired level for the squared-multiple correlation
CI.Rsq(rsq, n, k, level = 0.95)
Returns a table with 4 elements
Squared Multiple Correlation
Standard error of Rsq
Lower Confidence Limit of the CI
Upper Confidence Limit of the CI
Squared Multiple Correlation
Sample Size
Number of Predictors in Model
Significance Level for constructing the CI, default is .95
Thomas D. Fletcher t.d.fletcher05@gmail.com
CI is constructed based on the approximate SE of Rsq
Olkin, I. & Finn, J. D. (1995). Correlation Redux. Psychological Bulletin, 118, 155-164.
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.
CI.Rsqlm
# see section 3.6.2 Cohen et al (2003)
# 95 percent CI
CI.Rsq(.5032, 62, 4, level = .95)
# 80 percent CI
CI.Rsq(.5032, 62, 4, level = .80)
Run the code above in your browser using DataLab