Table of Contents

Package Features

Below is an overview of the various features provided by the metafor package. Where applicable, function names are also indicated.

Calculation of Effect Sizes and Outcome Measures

The package allows the user to calculate various effect sizes and outcome measures frequently used in meta-analyses (escalc() function), including:

For raw and Fisher's r-to-z transformed correlation coefficients, rcalc() can construct the entire var-cov matrix of (partially) overlapping correlations. The var-cov matrix of dependent estimates more generally can also be constructed with the vcalc() function.

Models and Analysis Approaches

The package provides a variety of models and analysis approaches, including:

Plots and Figures

The package provides functions for creating a variety of meta-analytic plots and figures, including:

R itself also provides extensive and very flexible graphing and plotting capabilities that can be easily adapted to create further plots and figures.

Publication Bias

The presence of publication bias (or more accurately, funnel plot asymmetry or "small-study effects") and its potential impact on the results can be examined via a variety of methods, including:

Inference Methods

The package provides standard and advanced methods for drawing inferences based on meta-analytic data and for assessing the model fit, including:

The package is also compatible with the glmulti and MuMIn packages for model selection and multimodel inference (see here for an illustration), the boot package for bootstrapping (see here and here for illustrations), and the mice and Amelia packages for multiple imputation (see here for an illustration).

Outlier/Influence Diagnostics

Various methods are available to identify outliers and/or influential studies, and for conducting sensitivity analyses, including:

Datasets

The package also includes over 60 datasets from published meta-analyses that can be used for teaching and illustration purposes (now part of the metadat package).

Notes

A diagram showing the various functions in the metafor package (and how they related to each other) can be found here. If the package is installed, you should also be able to open this diagram directly from R with the command vignette("diagram").

The metafor package is a work in progress and is updated on a regular basis with new functions and options. Under the log of package updates, you can see what changes/updates have been made to the package over the years.