An open API service indexing awesome lists of open source software.

https://github.com/mathiasharrer/dmetar

Official repository for the "dmetar" R package. [Read-Only]
https://github.com/mathiasharrer/dmetar

meta meta-analysis metafor netmeta r-package systematic-review

Last synced: 6 months ago
JSON representation

Official repository for the "dmetar" R package. [Read-Only]

Awesome Lists containing this project

README

          

NA • dmetar
Skip to contents







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 ().


On this page