https://github.com/stan-dev/rstan
RStan, the R interface to Stan
https://github.com/stan-dev/rstan
bayesian-data-analysis bayesian-inference bayesian-statistics mcmc r r-package stan
Last synced: 12 days ago
JSON representation
RStan, the R interface to Stan
- Host: GitHub
- URL: https://github.com/stan-dev/rstan
- Owner: stan-dev
- Created: 2013-05-22T20:38:16.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-10T20:39:44.000Z (12 days ago)
- Last Synced: 2025-04-10T21:33:57.598Z (12 days ago)
- Topics: bayesian-data-analysis, bayesian-inference, bayesian-statistics, mcmc, r, r-package, stan
- Language: R
- Homepage: https://mc-stan.org
- Size: 195 MB
- Stars: 1,054
- Watchers: 70
- Forks: 267
- Open Issues: 346
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: licenses/rstan-license.txt
Awesome Lists containing this project
README
# RStan
[](https://cran.r-project.org/package=rstan)
[](https://cran.rstudio.com/package=rstan)
[](https://depsy.org/package/r/rstan)
[](https://github.com/stan-dev/rstan/actions)**RStan** is the R interface to [Stan](https://mc-stan.org).
### Quick links
* [mc-stan.org/rstan](https://mc-stan.org/rstan/) (online RStan documentation, vignettes)
* [Stan documentation](https://mc-stan.org/users/documentation/) (language manual, case studies, and more)
* [Ask a question](https://discourse.mc-stan.org) (Stan Forums on Discourse)
* [Open an issue](https://github.com/stan-dev/rstan/issues) (GitHub issues for bug reports, feature requests)### Getting Started
For installation instructions and other tips on getting started with RStan see
* [RStan Getting Started](https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started)
Several Stan users have also contributed translations of the _RStan Getting Started_ page:
* [RStan Getting Started (French)](https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started-(Français))
* [RStan Getting Started (Japanese)](https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started-(Japanese))
* [RStan Getting Started (繁體中文)](https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started-(%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87))
* [RStan Getting Started (Portuguese)](https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started-(Portugu%C3%AAs))### Source Repository
RStan's source code repository is hosted here on GitHub. Stan's source repository is defined as a submodule.
See [how to work with stan submodule in rstan repo](https://github.com/stan-dev/rstan/wiki/How-to-work-with-the-stan-submodule-in-rstan-repo%3F).### Licensing
RStan is licensed under GPLv3. The Stan code packaged in RStan is licensed under new BSD.