combine_formula_lists: Combine fixed and random effects formulas

View source: R/helpfunctions_formulas_general.R

combine_formula_listsR Documentation

Combine fixed and random effects formulas

Description

A function to combine nlme-style fixed and random effects formulas into lme4 style formulas.

Usage

combine_formula_lists(fixed, random, warn = TRUE)

Arguments

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

Details

Internal function. Lists of formulas can be named or unnamed. Uses combine_formulas().


JointAI documentation built on April 27, 2023, 5:15 p.m.