chensus 2.1.0
- Added
se_prop_ogd()
andse_total_prop_ogd()
.
chensus 2.0.0.
New features
- Renamed
se_mean_cat()
tose_prop()
. - Renamed
se_mean_num()
tose_mean()
. - Added
se_total_prop()
to estimate totals and proportions of categorical variables. - Added
se_total_ogd()
andse_mean_ogd()
to estimate totals and means, respectively, for all possible grouping variable combinations.
chensus 1.0.0
Changes
- Combined total and proportion estimates in a single table using
se_total_prop()
. - Changed
se_mean_cat()
intose_prop()
. - Updated functions to support tidy evaluation (unquoted arguments).
- Separated
se_mean()
into two functions:se_mean_num()
andse_mean_cat()
. - Replaced the
condition
argument with the ellipsis...
.