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

https://github.com/gunhanb/modstan

Dose-response modeling with multiple schedules via 'Stan'
https://github.com/gunhanb/modstan

Last synced: 2 months ago
JSON representation

Dose-response modeling with multiple schedules via 'Stan'

Awesome Lists containing this project

README

        

# 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`:

``` r
devtools::install_github("gunhanb/ModStan")
```

## Vignette

The vignette can be obtained by:

``` r
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](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='ModStan')` in R. To report any
issues or bugs or to suggest enhancements to the package, please go
[here](https://github.com/gunhanb/ModStan/issues).