Learn R Programming

supernova (version 3.0.0)

frm_remove_term: Remove a term or variable from the right-hand side of a formula

Description

Remove a term or variable from the right-hand side of a formula

Usage

frm_remove_term(frm, term)

frm_remove_var(frm, var)

Value

The formula with the term removed.

Arguments

frm

The formula to modify.

term, var

The term or variable to drop.

See Also

formula_building formula_expansion formula_extraction