CIrb | R Documentation |
Produces a CI for the desired level of the sample weighted mean correlation using the appropriate standard error.
CIrb(x, LEVEL = 0.95, homogenous = TRUE)
x |
A matrix or data.frame with columns Rxy and n: see |
LEVEL |
Significance Level for constructing the CI, default is .95 |
homogenous |
Whether or not to use homogenous or heterogenous SE |
The CI is constructed based on the uncorrected mean correlation. It is
corrected for sampling error only. To get the CI for the mean correlation
corrected for artifacts, use CredIntRho
, but this is a
credibility interval rather than a confidence interval. See Hunter &
Schmidt (2004) for more details on the interpretation of the differences.
If the CI is computed about a heterogenous mean correlation, one is implying that moderators are present, but that one can't determine what those moderators might be. Otherwise, strive to parse the studies into homogenous subsets and create CI about those means within the subsets.
A list containing:
LCL |
Lower Confidence Limit of the CI |
UCL |
Upper Confidence Limit of the CI |
Thomas D. Fletcher t.d.fletcher05@gmail.com
Arthur, Jr., W., Bennett, Jr., W., and Huffcutt, A. I. (2001) Conducting Meta-analysis using SAS. Mahwah, NJ: Erlbaum.
Hunter, J.E. and Schmidt, F.L. (2004). Methods of meta-analysis: Correcting error and bias in research findings (2nd ed.). Thousand Oaks: Sage Publications.
Hunter, J.E., Schmidt, F.L., and Jackson, G.B. (1982). Meta-analysis: Cumulating research findings across studies. Beverly Hills: Sage Publications.
SErbar
, rbar
#From Arthur et al
data(ABHt32)
rbar(ABHt32)
CIrb(ABHt32)
# From Hunter et al
data(HSJt35)
rbar(HSJt35)
CIrb(HSJt35)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.