split_formula_to_terms | R Documentation |
Split formula into individual terms
split_formula_to_terms(formula)
formula |
A model formula that may use standard fixed
effects, random effects using lme4 syntax (see |
A character vector of formula terms
Functions used to help convert formulas into model designs
as_string_formula()
,
construct_re()
,
construct_rw()
,
enw_formula()
,
enw_manual_formula()
,
parse_formula()
,
re()
,
remove_rw_terms()
,
rw()
,
rw_terms()
epinowcast:::split_formula_to_terms(~ 1 + age_group + location)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.