rstanarm
Bayesian applied regression modeling in R with standard formula syntax via Stan
rstanarm is community-maintained now, tracking Stan and lme4 rather than adding models.
◆Recent moves
- 10mo ago
rstanarm 2.32.2 migrates formula machinery to reformulas
Migrates formula handling from lme4 to reformulas, stops computing `r_eff` for loo by default, and adopts rstantools to fix build errors — mostly from first-time contributors. Real plumbing work, no new modelling capability.
View source ↗ - 2y ago
rstanarm 2.32.1 fixes unit_vector error, enables LTO
Avoids a 1-D unit_vector error, updates `.set_nreps`, and enables LTO during compilation. Small fixes between larger Stan-tracking releases.
View source ↗ - 2y ago
rstanarm 2.26.1 adopts new rstan syntax and as_draws()
Updates to current rstan syntax including array syntax, and implements `posterior::as_draws()` for rstanarm objects. The as_draws support is what plugs rstanarm into the shared draws tooling the wider Stan ecosystem has standardised on.
View source ↗ - 4y ago
rstanarm 2.21.3 fixes loo() and adds stan_jm offsets
A long list of `loo()`, `stan_aov()`, `stan_glmer()` and prediction fixes, plus an offset term for `stan_jm()` longitudinal submodels and K-fold effective parameter counts. The last release in the window with modelling-level additions.
View source ↗ - 6y ago
rstanarm 2.21.1 changes default prior behaviour
Changes how default intercept priors are located and scaled and flips `autoscale` to FALSE outside default priors, aligning the package with Regression and Other Stories. Existing code keeps running but fitted results can shift.
View source ↗