frm_remove_term {supernova}R Documentation

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)

Arguments

frm

The formula to modify.

term, var

The term or variable to drop.

Value

The formula with the term removed.

See Also

formula_building formula_expansion formula_extraction


[Package supernova version 3.0.0 Index]