MetaTable | R Documentation |
Computes and returns the major functions involved in a Meta-Analysis. It is generic in the sense that no options are available to alter defaults.
MetaTable(x)
x |
A matrix or data.frame with columns Rxy, n and artifacts (Rxx, Ryy, u):
see |
For a set of correlations for each study (i), the following calculations are made and returned:
r-bar rbar
, variance in r-bar varr
, variance due to sampling error
(not approximated) vare
, percent of variance due to sampling error pvse
,
95% CI for r-bar (using both the heterogenous and homogenous SE) CIrb
, rho (
corrected r-bar) rhoCA
, variance in rho varRCA
, percent of variance
attributable to artifacts pvaaa
, 90% Credibility interval CredIntRho
Data.frame with various statistics returned - see details above
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.
rbar
, rhoCA
# From Arthur et al
data(ABHt32)
MetaTable(ABHt32)
# From Hunter et al
data(HSJt35)
MetaTable(HSJt35)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.