Home

Awesome

Please note: abstracts for R/Medicine 2021 are still under review and talks have yet to be determined. It is still too early to know if this talk will be accepted.

Target Markdown and stantargets for Bayesian model validation pipelines

The targets R package enhances the reproducibility, scale, and maintainability of data science projects in computationally intense fields such as machine learning, Bayesian Statistics, and statistical genomics. Recent breakthroughs in the targets ecosystem make it easy to create ambitious, domain-specific, reproducible data analysis pipelines. Two highlights include Target Markdown, an R Markdown interface to transparently communicate the entire process of pipeline construction and prototyping, and stantargets, a new rOpenSci package that generates specialized workflows for Stan models while reducing the required volume of user-side R code. The index.Rmd R Markdown report in this repository demonstrates both capabilities in a simulation-based workflow to validate a Bayesian longitudinal linear model common in clinical trial data analysis.

Resources

ResourceLink
Slideshttps://wlandau.github.io/rmedicine2021-slides/
Slide sourcehttps://github.com/wlandau/rmedicine2021-slides
Pipeline reporthttps://wlandau.github.io/rmedicine2021-pipeline/
Pipeline sourcehttps://github.com/wlandau/rmedicine2021-pipeline
targetshttps://docs.ropensci.org/targets/
Target Markdownhttps://books.ropensci.org/targets/markdown.html
stantargetshttps://docs.ropensci.org/stantargets/
Stanhttps://mc-stan.org/
cmdstanrhttps://mc-stan.org/cmdstanr/
posteriorhttps://mc-stan.org/posterior/

Thanks