Report descriptive stats for all possible pairings on the rhs of the formula.
descrip_stats(data, formula, ..., qtile_groups = NULL)
A formula of the type out ~ group
where out
is
the outcome variable and group
is the grouping variable. Note this
variable can include any arbitrary number of groups. Additional variables
can be included with +
to produce descriptive stats by the secondary
or tertiary variable of interest (e.g., out ~ group + characteristic1
+ characteristic2
).