see 0.10.0
Changes
-
plot()forp_function()now checks the values of thesize_length
argument, to give an informative error message when the input is not valid. -
plot()formodel_parameters()now also plots group-levels of random effects
(i.e. for mixed models, whenmodel_parameters(x, ..., group_level = TRUE)). -
plot()formodel_parameters()gets ashow_directionargument, to turn
off the direction of the effect in the plot. -
plot()formodel_parameters()now gives an informative error message when
trying to plot Anova tables (which does not work). -
plot()forsimulate_parameters()now better copes with models that have
multiple response levels (e.g. multinomial models). -
Gains
{patchwork}as a hard dependency given its importance for the package.
Bug fixes
-
Fixed issue in
plot()forbayestestR::si(). -
Fixed issue in
plot()forparameters::model_parameters()for GAM models.