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


UCLATALL/supernova documentation built on Feb. 13, 2024, 6:57 a.m.