Skip to contents

MetaStan is an R package for Meta-Analysis using Stan.

Building

MetaStan package is on CRAN. MetaStan can be installed as follows:

install.packages("MetaStan")

The develeopment version of the package can be insatalled using devtools:

devtools::install_github("gunhanb/MetaStan")

Vignette

The vignette can be obtained by:

vignette("MetaStan_BNHM")

Testing

The testthat package is used for testing. Tests reside in the tests/testthat directory.

Licence

The MetaStan package was written by Burak Kürsad Günhan. It is licensed under the GNU General Public License. For citation info, type citation(package='MetaStan') in R. To report any issues or bugs or to suggest enhancements to the package, please go here.