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'
- Host: GitHub
- URL: https://github.com/gunhanb/modstan
- Owner: gunhanb
- Created: 2020-02-12T12:40:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T15:04:00.000Z (about 5 years ago)
- Last Synced: 2025-02-09T02:38:25.257Z (4 months ago)
- Language: R
- Homepage:
- Size: 39.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).