...
are converted into a single linear
formula, with the variables names separated by +
.asOneFormula(..., omit)
...
, except the ones listed in
omit
.formula
, all.vars
asOneFormula(y ~ x + z | g, list(~ w, ~ t * sin(2 * pi)))
Run the code above in your browser using DataLab