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]
- Host: GitHub
- URL: https://github.com/mathiasharrer/dmetar
- Owner: MathiasHarrer
- License: other
- Created: 2019-08-19T12:48:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T11:04:04.000Z (8 months ago)
- Last Synced: 2025-02-10T12:22:24.250Z (8 months ago)
- Topics: meta, meta-analysis, metafor, netmeta, r-package, systematic-review
- Language: R
- Homepage: http://dmetar.protectlab.org
- Size: 31.9 MB
- Stars: 35
- Watchers: 5
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: docs/readme.html
- License: LICENSE
Awesome Lists containing this project
README
NA • dmetar
Skip to contents
NA
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.
Questions & Bugs
For questions concerning the dmetar package, or to report bugs, please contact Mathias (mathias.harrer@tum.de).
On this page