| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-01-22 | 970 Bytes | |
| see 0.10.0 source code.tar.gz | 2025-01-22 | 1.2 MB | |
| see 0.10.0 source code.zip | 2025-01-22 | 1.5 MB | |
| Totals: 3 Items | 2.7 MB | 0 | |
Changes
-
plot()forp_function()now checks the values of thesize_lengthargument, 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.