Stan is a leading Bayesian computation framework capable of fitting models with millions of parameters. This package is a small collection of tools to help cmdstanr users on Linux process such massive models fast while conserving RAM.
The key functionality is the stansummary function to obtain posterior
summaries of parameter subsets using the stansummary command-line utility.
For very large models this approach is dramatically
faster than the summary function provided by cmdstanr and requires less RAM.
Install directly from github with devtools:
devtools::install_github("https://github.com/huffyhenry/Stanislaw")