View source: R/helpfunctions_formulas_general.R
| combine_formula_lists | R Documentation | 
A function to combine nlme-style fixed and random effects formulas into lme4 style formulas.
combine_formula_lists(fixed, random, warn = TRUE)
| fixed | a fixed effects formula or list of such formulas | 
| random | a random effects formula (only RHS) or list of such formulas | 
| warn | logical; should the warning(s) be printed | 
Internal function.
Lists of formulas can be named or unnamed.
Uses combine_formulas().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.