report 0.6.x
Bug fixes
- Fixed issue where
report_effectsize.htest()called internal effectsize functions with undefinedtableparameter (#459) -
report.brmsfit(): significantly improved performance by using fastermethod = "basic"instead ofmethod = "refit"for effect size calculation, reducing execution time from hours to minutes for large Bayesian models (#568) -
report.brmsfit(): fix issue where report text was printed multiple times when different parameters had different priors (#543) - Fixed duplicated text output in
report()for glmmTMB objects by addressing both regex pattern and redundant CI information concatenation inreport_info.lm()(#481) - Fixed issue with missing effect size for the Intercept term in type 3 anova tables (#451)
Minor changes * Fixed a lot of linting issues across the package. * Increased test coverage across the package.
report 0.6.0
CRAN release: 2025-01-26
Minor changes * report_htest_chi2 stops supporting rule “chen2010” (following change in effectsize).
report 0.5.9
CRAN release: 2024-07-10
Breaking
-
Arguments named
group,atandgroup_bywill be deprecated in future releases. of easystats packages. Please usebyinstead. This affects following functions in report:
Minor changes
-
reportnow supports reporting of Bayesian model comparison with variables of classbrms::loo_compare. -
reportnow supports reporting of BayesFactor objects with variables of classBFBayesFactor. -
report_sample()now suggests valid column names for misspelled columns in theselect,by,weightsandexcludearguments.
Bug fixes
- Fixed issues with incorrectly passing additional arguments to downstream functions in
report()forhtestobjects.
report 0.5.8
CRAN release: 2023-12-07
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
reportnow supports variables of classhtestfor the Chi2, Friedman test, Fisher’s exact test, and Kruskal-Wallis.reportnow supports variables of classDate, treating them like factors.reportnow 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_methodandci_adjustarguments, 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 the
group_byargument. - can now summarize data based on more than one grouping variable (i.e.
group_byis allowed to be longer than 1).
The
printmethod forreport_samplegains alayoutargument, 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.
report 0.5.6
CRAN release: 2023-02-05
Breaking Changes
- The minimum needed R version has been bumped to
3.6.
Minor changes
-
report_sampleimprovement- Gains an
nargument to also optionally include sample size. - Fixes bug whereas the
totalparameter was not respected.
- Gains an
-
report_effectsizeimprovement- For
t.test(htest) objects, now support thetype(one ofc("d", "g")) andrules(one ofc"cohen1988", "sawilowsky2009", "gignac2016")) arguments.
- For
report 0.5.5
CRAN release: 2022-08-22
BREAKING CHANGES
- The minimum needed R version is now bumped to 3.5.
Minor changes
-
report_participantsimprovement (@rempsyc, #260)Now correctly reports NA values as % missing
Adds support for country and race demographic information
BUG FIXES
- Fixed bug with truncated output about confidence interval distribution in
report().
report 0.5.1
CRAN release: 2022-02-22
- Hotfix release to fix failing tests and to unarchive package on CRAN.
report 0.5.0
CRAN release: 2022-01-30
BREAKING CHANGES
- The following functions have been removed from report and now live in
{datawizard}package:
Data wrangling helpers:
data_addprefix()data_addsuffix()data_findcols()data_remove()data_rename()data_reorder()
Text formatting helpers:
format_text()text_fullstop()text_lastchar()text_concatenate()text_paste()text_remove()text_wrap()
MAJOR CHANGES
-
Reporting participant’s sex/gender information has improved (thanks to @drfeinberg, #212)
Separated sex and gender into different searches/columns
Sex is reported % female, % male, % other, % missing if any cases are missing
Gender is reported % Women, % Men, % Non-Binary, % missing if any cases are missing
Age reports % missing if any cases are missing.
report 0.3.5
CRAN release: 2021-06-10
- Fixed issue with possibly wrong numbers in the
totalcolumn fromreport_sample(), when grouping variable contained missing values.
