Breaking
-
Arguments named
group
,at
andgroup_by
will be deprecated in future
releases. of easystats packages. Please useby
instead. This affects
following functions in report:report_participants()
report_sample()
Minor changes
report
now supports reporting of Bayesian model comparison with variables of classbrms::loo_compare
.report
now supports reporting of BayesFactor objects with variables of classBFBayesFactor
.report_sample()
now suggests valid column names for misspelled columns in theselect
,by
,weights
andexclude
arguments.
Bug fixes
- Fixed issues with incorrectly passing additional arguments to downstream
functions inreport()
forhtest
objects.