readme.md

dmetar

Doing Meta-Analysis in R

NOTE: This is a read-only repository. For questions concerning the dmetar package, or to report bugs, please contact us via mail.

The dmetar package serves as the companion R package for the guide Doing Meta-Analysis in R by Mathias Harrer, Pim Cuijpers, Toshi Furukawa and David Daniel Ebert. The package contains utility functions to facilitate the conduction of meta-analyses using the meta, metafor, netmeta and gemtc packages.

Installation

The latest development version can be installed from GitHub using remotes.

if (!require("remotes")) {
  install.packages("remotes")
}
remotes::install_github("MathiasHarrer/dmetar")

Learning More

The dmetar package was developed for the online guide Doing Meta-Analysis in R by Mathias Harrer, Pim Cuijpers, Toshi Furukawa and David Daniel Ebert. This guide gives an introduction on how meta-analyses can be conducted in R, with a focus on biomedical and psychological research.

The guide was designed to serve as a low-threshold entry point for researchers who want to learn about meta-analysis using R. No prior knowledge of R or RStudio is required. The guide provides a more detailed overview of dmetar functions and how they can be used in combination with go-to meta-analysis packages such as metafor or meta.

View the Guide

Questions & Bugs

For questions concerning the dmetar package, or to report bugs, please contact Mathias (mathias.harrer@tum.de).



MathiasHarrer/dmetar documentation built on April 4, 2024, 6:57 p.m.