Skip to content

see 0.8.1

Compare
Choose a tag to compare
@IndrajeetPatil IndrajeetPatil released this 03 Nov 12:21
· 131 commits to main since this release

Major Changes

  • This release changes the licensing model of {see} to an MIT license.

New features

  • There is now a plot() method for outputs of datawizard::data_tabulate()
    (#293).

Minor Changes

  • The print() method for performance::check_model() now also evaluates the
    default plot type for posterior predictive checks.

  • QQ/PP-plots now default to drawing simultaneous testing bands (when the
    qqplotr package is available). Previous behavior can be restored by setting
    method = "pointwise".

  • Plot method for performance::check_normality() now default to a detrended
    QQ-plot. Previous behavior can be restored by setting type = "density".

  • Plot method for binned_residuals() gains a show_smooth argument, to show
    or hide the smooth line.

  • Plot method for check_predictions() gains a x_limits argument, to limit
    the x-axis-range. This can be useful to "zoom in" certain parts of the plot.