MetaStan
is an R package for Meta-Analysis using Stan.
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")
The vignette can be obtained by:
vignette("MetaStan_BNHM")
The testthat
package is used for testing. Tests reside in the
tests/testthat
directory.
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.