The goal of shredder is to create an API that incites exploration and iteration of rstan simulation objects.

  • With this API users can:
    • Manipulate fit objects without needing to convert arrays into rectangular form.
    • Generate task specifc subsets of the parent fit object for fit diagnostics and post-processing
    • Use pipe operators to create more user-friendly workflows
    • Manipulate various classes that contain a stanfit object, such as rstan and brms.
  • RStudio specific feature: Tab autocomplete in shredder::stan_select and shredder::stan_filter for the parameter names stored in the fit object.

Installation

remotes::install_github('yonicd/shredder')

Current API Verbs

Code of Conduct

Please note that the ‘shredder’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.