report 0.5.8
New features
report_s()
to report the interpretation of S- and p-values in an easy-to-understand
language.
Major Changes
- This release changes the licensing model of
{report}
to an MIT license.
Minor changes
-
report
now supports variables of classhtest
for the Chi2, Friedman test, Fisher's exact test, and Kruskal-Wallis. -
report
now supports variables of classDate
, treating them like factors. -
report
now supports objects of classestimate_contrasts
, from easystats'
modelbased::estimate_contrasts
, outputting either the results in text form,
or as a table. -
report_sample
- now reports the weighted number of observations when data
is both grouped an weighted. - gains
ci
,ci_method
andci_adjust
arguments, to compute
confidence intervals for proportions of factor levels. Currently, two different
methods (Wald and Wilson) are available. - now works on grouped data frame, using the defined groups as
values for thegroup_by
argument. - can now summarize data based on more than one grouping variable
(i.e.group_by
is allowed to be longer than 1).
- now reports the weighted number of observations when data
-
The
print
method forreport_sample
gains alayout
argument, to print
tables either in"horizontal"
or"vertical"
layout.
Bug fixes
-
Fixed issue in
report_participants
, which did not print the"gender"
category for grouped output when that argument was written in lower-case.
Gender now also supports more alternate spellings, and age converts the
respective column to numeric. -
Fixed printing issue for intercept-only models.