Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 879 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 879 Bytes

ModStan R package

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

Building

The development version of the package can be installed using devtools:

devtools::install_github("gunhanb/ModStan")

Vignette

The vignette can be obtained by:

vignette("ModStan")

Testing

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

Licence

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