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

https://github.com/wlandau/stantargets-talk

Presentation about the {stantargets} R package
https://github.com/wlandau/stantargets-talk

bayes bayesian bayesian-statistics pipeline reproducibility reproducible-research targets targets-pipeline

Last synced: over 1 year ago
JSON representation

Presentation about the {stantargets} R package

Awesome Lists containing this project

README

          

# Bayesian pipelines with stantargets

The [`stantargets`](https://docs.ropensci.org/stantargets/) R package is an extension of [CmdStanR](https://mc-stan.org/cmdstanr/), a lightweight interface to [Stan](https://mc-stan.org/), and [`targets`](https://docs.ropensci.org/targets/), a general-purpose pipeline tool for reproducible research and high-performance computing. In [`stantargets`](https://docs.ropensci.org/stantargets/), a complicated Stan workflow becomes a concise [`targets`](https://docs.ropensci.org/targets/) pipeline, and [`targets`](https://docs.ropensci.org/targets/) orchestrates the pipeline to efficiently bring the results up to date with the underlying code and data. By simplifying pipeline creation, [`stantargets`](https://docs.ropensci.org/stantargets/) reduces the practical burden of developing and maintaining reproducible analysis workflows for Bayesian statistics.