Skip to the content.

Doing Meta-Analysis with R: A Hands-On Guide


Twitter URL Twitter URL Twitter URL Twitter URL

Welcome to the GitHub repository of “Doing Meta-Analysis with R: A Hands-On Guide”.

This book serves as an accessible introduction into how meta-analyses can be conducted in R. Essential steps for meta-analysis are covered, including pooling of outcome measures, forest plots, heterogeneity diagnostics, subgroup analyses, meta-regression, methods to control for publication bias, risk of bias assessments and plotting tools.

Advanced, but highly relevant topics such as network meta-analysis, multi-/three-level meta-analyses, Bayesian meta-analysis approaches, SEM meta-analysis are also covered.

The programming and statistical background covered in the book are kept at a non-expert level. A print version of this book has been published with Chapman & Hall/CRC Press (Taylor & Francis).


</br>

Open Source Repository


The book has been built using {rmarkdown} and {bookdown}. Formulas are rendered using MathJax. All materials and source code we used to compile the guide can be found in this repository. You are free to fork, share and reuse contents. However, the repository is intended to be mainly “read-only”; PRs will generally not be considered (see section below & preface of the book for ways to contact us).


</br>

Contributing


This guide is an open source project, and we owe special thanks to our expert contributors who provided additional content in some of the sections of this guide.

Want to contribute to this guide yourself? Feel free to send Mathias (mathias.harrer\@fau.de{.email}) an E-mail and tell us about your proposed additions.


</br>

Citing the Guide


The suggested citation is:

{block, type='boxempty'} Harrer, M., Cuijpers, P., Furukawa, T.A., & Ebert, D.D. (2021). _Doing Meta-Analysis with R: A Hands-On Guide_. Boca Raton, FL and London: Chapmann & Hall/CRC Press. ISBN 978-0-367-61007-4.

Download the reference as BibTeX or .ris.


</br>

Cite the Packages


In the guide, we present and use various R packages. The reason why all of us can use these packages for free is because experts all around the world have devoted enormous time and effort to their development, typically without pay. If you use some of the packages mentioned in this book for your own meta-analysis, we strongly encourage you to also cite them in your report.

In the guide, every time a new package is introduced, we also provide the reference through which it can be cited. It is also possible to run citation("package") to retrieve the preferred reference. Thanks!


</br>