parameters
Extract, compute and explain the parameters of statistical models in R
easystats' parameters package absorbs one more model class every few weeks
◆Recent moves
- 1mo ago
parameters 0.29.2 extends lavaan support and fixes label dropping
simulate_model(), simulate_parameters(), and equivalence_test() start working for lavaan objects, factor_analysis() and principal_components() gain format() methods, and label handling is fixed for character variables and on-the-fly factor conversions. The label fixes matter because a silently dropped label is a wrong table nobody notices.
View source ↗ - 2mo ago
parameters 0.29.1 adds a cluster argument and fixes vcov handling
bootstrap_model() gains a cluster argument for snow-based parallelism, and vcov handling is fixed for dpoMatrix objects and glmmTMB models. Narrow work on the robust standard-error path.
View source ↗ - 3mo ago
parameters 0.29.0 stops standardizing the intercept in post-hoc methods
Post-hoc standardization no longer standardizes the intercept, instead setting it and all its inferential statistics to NA, plus lavaan.mi support and faster model_parameters() for large mgcv GAMs with random effects. A deliberate correctness change that will alter existing output.
View source ↗ - 8mo ago
parameters 0.28.3 adds Kenward-Roger and Satterthwaite for glmmTMB
Adds support for survey and lcmm objects, equivalence_test() methods for modelbased objects, Kenward-Roger and Satterthwaite ci_method options for glmmTMB, and a fixest standardization fix. The glmmTMB degrees-of-freedom methods are the substantive part for mixed-model users.
View source ↗ - 11mo ago
parameters 0.28.2 updates tests for the latest fixest release
Test updates to resolve issues with the latest fixest release. Upstream compatibility only.
View source ↗ - 11mo ago
parameters 0.28.1 adds robust standard errors for glmmTMB
glmmTMB methods gain vcov support for robust standard errors, Bayesian detection improves for marginaleffects objects, and the code base adapts to marginaleffects 0.29.0. Continuous adaptation to a fast-moving dependency.
View source ↗