convFormulaCharacter: formula character conversion

Description Usage Arguments Examples

Description

Conversion of formula into character string or vice versa

Usage

1
formula2character(f, type = "formula")

Arguments

f

a formula.

type

should the normal formula operator be used ("formula") or the one of lava.option ("symbols" or "symbol").

Examples

1
2
formula2character(Y1~X1+X2)
formula2character(Y1~X1+X2, type = "symbols")

bozenne/lavaReduce documentation built on May 24, 2019, 3:05 a.m.