insight
Uniform access to information from any statistical model object in R
insight quietly widens the set of model objects the easystats ecosystem can read
◆Recent moves
- 1mo ago
compact_list() performance and lavaan variance-covariance support
Speeds up a helper that many other easystats functions call, and adds explicit get_varcov() support for lavaan objects alongside three brms and rstanarm fixes.
View source ↗ - 2mo ago
cmdstanr support and finite-population-corrected variance
CmdStanFit models become readable by find_parameters() and friends — the same backend expansion bayestestR builds on — and vcovFPC() adds finite population correction. format_table() also learns to print tail and bulk ESS.
View source ↗ - 4mo ago
get_simulated() added; rstpm2 survival models supported
A new function for simulated response values comparable to posterior predictions, plus support for flexible parametric survival models and mgcv performance work on random-effects fits.
View source ↗ - 6mo ago
Weighted residuals revised to match R 4.6.0
A breaking change adopted from upstream R rather than chosen here: get_residuals(weighted = TRUE) now follows R 4.6.0's weighted working residuals for glm objects.
View source ↗ - 6mo ago
tidymodels workflow objects become readable
find_predictors(), find_variables() and get_data() start working on tidymodels workflows — a bridge between two R modeling ecosystems that mostly ignore each other. Also speeds up a widely-called internal helper.
View source ↗ - 8mo ago
lme4 convergence and fixest data extraction fixes
Two compatibility fixes driven by upstream package changes. No new capability.
View source ↗