see 0.13.0
Breaking Changes
- Data points in
plot()for objects fromparameters::model_parameters()were
sorted in reverse order when using thesortargument. This was fixed, thus,
sort = "ascending"now sorts the data in ascending order in plot/math logic.
Major Changes
-
Daniel Lüdecke is now the main maintainer of the package.
-
Several
plot()methods gain athemeargument, to control the visual
themes for plots. This is in particular useful for plots that consist of
several single plots, like the one returned bycheck_model().
Changes
-
plot()forcheck_model()now limits the number of data points for models
with many observations, to reduce the time for rendering the plot. Use argument
maximum_dotsto define the maximum number of data points to show. -
plot()forcheck_model()extracts theshow_ciattribute from objects
returned bycheck_model(), to show or hide confidence intervals.