Parse formula
parse_form(formula, data, order = TRUE)
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.
The data frame that the data in the formula come from.
Logical. Defaults to TRUE
. Should the groups be ordered
according to their mean?
A list of data split by the grouping factor.