frm_expand {supernova}R 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


[Package supernova version 3.0.0 Index]