https://github.com/gunhanb/metastan
Bayesian Meta-Analysis via 'Stan'
https://github.com/gunhanb/metastan
Last synced: about 2 months ago
JSON representation
Bayesian Meta-Analysis via 'Stan'
- Host: GitHub
- URL: https://github.com/gunhanb/metastan
- Owner: gunhanb
- Created: 2018-07-24T12:00:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T13:59:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T22:03:15.451Z (5 months ago)
- Language: C++
- Homepage: https://gunhanb.github.io/MetaStan/
- Size: 66.7 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://cran.r-project.org/package=MetaStan)
[](http://cranlogs.r-pkg.org/badges/grand-total/MetaStan)# MetaStan R package
`MetaStan` is an R package for Meta-Analysis using Stan.
## Building
`MetaStan` package is on CRAN. `MetaStan` can be installed as follows:
``` r
install.packages("MetaStan")
```The develeopment version of the package can be insatalled using
`devtools`:``` r
devtools::install_github("gunhanb/MetaStan")
```## Vignette
The vignette can be obtained by:
``` r
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](http://bkguenhan.rbind.io). It is licensed under the [GNU
General Public
License](http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt). 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](https://github.com/gunhanb/MetaStan/issues).