Skip to content

report 0.5.9

Latest
Compare
Choose a tag to compare
@strengejacke strengejacke released this 10 Jul 20:33
· 7 commits to main since this release

Breaking

  • Arguments named group, at and group_by will be deprecated in future
    releases. of easystats packages. Please use by instead. This affects
    following functions in report:

    • report_participants()
    • report_sample()

Minor changes

  • report now supports reporting of Bayesian model comparison with variables of class brms::loo_compare.
  • report now supports reporting of BayesFactor objects with variables of class BFBayesFactor.
  • report_sample() now suggests valid column names for misspelled columns in the select, by, weights and exclude arguments.

Bug fixes

  • Fixed issues with incorrectly passing additional arguments to downstream
    functions in report() for htest objects.