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).