An open API service indexing awesome lists of open source software.

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'

Awesome Lists containing this project

README

        

[![CRAN Status](https://www.r-pkg.org/badges/version/MetaStan)](https://cran.r-project.org/package=MetaStan)
[![Total Downloads](http://cranlogs.r-pkg.org/badges/grand-total/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).