ParseFormula {tigerstats} | R Documentation |
Parse formulas
Description
utility for extracting portions of formulas.
Usage
ParseFormula(formula,...)
Arguments
formula |
a formula |
... |
additional arguments, should folks decide to add them someday |
Value
an object of class parsedFormula
, used to compute on the language
Author(s)
Inspired by similar function in package mosaic
.
Included in this package to reduce dependency.
[Package tigerstats version 0.3.2 Index]