Learn R Programming

supernova (version 3.0.0)

frm_expand: Expand a formula

Description

Expand a formula

Usage

frm_expand(frm)

Value

The expanded formula where terms like a * b are expanded to a + b + a:b.

Arguments

frm

A formula that may have compact terms like a * b.

See Also

formula_building formula_extraction