parameters 0.26.0
Changes
-
The
effectsargument inmodel_parameters()for classesmerMod,glmmTMB,
brmsfitandstanreggets an additional"grouplevel"option, to return
the group-level estimates for random effects. -
model_parameters()for Anova-objects gains ap_adjustargument, to apply
p-adjustment where possible. Furthermore, for models from package afex, where
p-adjustment was applied during model-fitting, the correct p-values are now
returned (before, unadjusted p-values were returned in some cases). -
Revised code-base to address changes in latest insight update. Dealing with
larger models (many parameters, many posterior samples) from packages brms
and rstanarm is more efficient now. Furthermore, the options for the
effectsargument have a new behaviour."all"only returns fixed effects
and random effects variance components, but no longer the group level
estimates. Useeffects = "full"to return all parameters. This change is
mainly to be more flexible and gain more efficiency for models with many
parameters and / or many posterior draws. -
model_parameters()for Anova objects gains aninclude_interceptargument,
to include intercepts in the Anova table, where possible.