combine_formulas {JointAI} | R Documentation |
Combine a single fixed and random effects formula by pasting them together.
combine_formulas(fixed, random)
fixed |
fixed effects formula (two-sided |
random |
random effects formula (one-sided |
Internal function, used in combine_formula_lists()
.