formula_expansion: Expand a formula

frm_expandR Documentation

Expand a formula

Description

Expand a formula

Usage

frm_expand(frm)

Arguments

frm

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

Value

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

See Also

formula_building formula_extraction


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