Skip to content

insight 0.18.2

Compare
Choose a tag to compare
@strengejacke strengejacke released this 10 Aug 12:02
· 1202 commits to main since this release
377c976

New functions

  • format_percent() as short-cut for format_value(as_percent = TRUE).

  • is_converged(), to check whether a mixed model has converged or not.

Changes to functions

  • format_table() gains an exact argument, to either report exact or rounded
    Bayes factors.

  • get_predicted() gets a method for models of class gamlss (and thereby,
    get_loglikelihood() now also works for those model classes).

  • get_predicted() now better handles models of class polr, multinom and
    rlm.

Bug fixes

  • Fixed test failures.

  • Minor fixes to address changes in other packages.