metarep
The package “metarep” is an extension of the package “meta” by Guido Schwarzer. It allows performing replicability analysis as a complement to meta-analysis.
The package was developed based on “meta” ( version 4.9-10 ), which is available on Github. Before installing “metarep”, make sure that you have installed the latest version ( >= 4.9-10 ) of meta by executing:
install.packages("devtools")
devtools::install_github("guido-s/meta")
To install the package metarep
, run the following command:
devtools::install_github("IJaljuli/metarep")