formula_building: Build a formula from terms

frm_buildR Documentation

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


supernova documentation built on May 29, 2024, 4:47 a.m.