guido-s / meta

Official Git repository of R package meta
http://cran.r-project.org/web/packages/meta/index.html
GNU General Public License v2.0
82 stars 32 forks source link
cran meta-analysis r rstudio

meta: General Package for Meta-Analysis

Official Git repository of R package meta

License: GPL (>=2) CRAN Version GitHub develop Monthly Downloads Total Downloads

Description

User-friendly general package providing standard methods for meta-analysis and supporting Schwarzer, Carpenter, and Rücker, "Meta-Analysis with R" (2015):

References

Schwarzer G, Carpenter JR and Rücker G (2015): Meta-Analysis with R (Use-R!). Springer International Publishing, Switzerland

Installation

Current official CRAN Version release:

install.packages("meta")

Current GitHub develop release on GitHub:

Installation using R package remotes:

install.packages("remotes")
remotes::install_github("guido-s/meta", ref = "develop", build_vignettes = TRUE)

Bug Reports:

You can report bugs on GitHub under Issues

or by using the R command

bug.report(package = "meta")

(which is not supported in RStudio).