varRCA | R Documentation |
Computes the estimate of the variance in the corrected correlation coefficient.
varRCA(x, aprox = FALSE)
x |
A matrix or data.frame with columns Rxy, n and artifacts (Rxx, Ryy, u):
see |
aprox |
Logical test to determine if the approximate or exact var e is used |
Variance in Rho is computed as: \code{VarResT} / \code{CAFFA}^2
This is used to construct credibility intervals for rho CredIntRho
A numeric value representing the variance in the population correlation coefficient
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.
rhoCA
, CAFAA
, varResT
, varRes
CredIntRho
# From Arthur et al
data(ABHt32)
varRCA(ABHt32)
# From Hunter et al
data(HSJt35)
varRCA(HSJt35)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.