Hotfix for CRAN reverse dependency compatibility.
Breaking Changes
3.6
.Minor changes
report_sample
improvement
n
argument to also optionally include sample
size.total
parameter was not
respected.report_effectsize
improvement
t.test
(htest) objects, now support the
type
(one of c("d", "g")
) and
rules
(one of
c"cohen1988", "sawilowsky2009", "gignac2016")
)
arguments.BREAKING CHANGES
Minor changes
report_participants
improvement (@rempsyc, #260)
Now correctly reports NA values as % missing
Adds support for country and race demographic information
BUG FIXES
report()
.BREAKING CHANGES
{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.
total
column from report_sample()
, when grouping variable
contained missing values.ivreg
(ivreg).