View source: R/helpfunctions_formulas_general.R
| split_formula_list | R Documentation |
Calls extract_fixef_formula() and extract_ranef_formula() on each
formula in a list to create one list of the
fixed effects formulas and one list containing the random effects formulas.
split_formula_list(formula)
formula |
a |
Internal function, used in *_imp() (2022-02-06)
A list with two elements, fixed and random, each of which is a
named list of formula objects (or NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.