frm_build: Build a formula from terms
Description
Build a formula from terms
Usage
frm_build(lhs, rhs, env = parent.frame())
Arguments
lhs
The outcome term for the left-hand side.
rhs
The terms for the right-hand side.
env
The environment to assign to the formula (defaults to calling environment).
Value
The right-hand side terms are joined with +
. Then, the right-hand side is joined
to the left and returned as a formula.
See Also
formula_extraction formula_expansion