formula.substituting_formula {formulops} | R Documentation |
Convert a substituting_formula object into a regular formula.
Description
Convert a substituting_formula object into a regular formula.
Usage
## S3 method for class 'substituting_formula'
formula(x, ...)
Arguments
x |
the substituting_formula object |
... |
Ignored |
Value
A formula with values substituted.
[Package formulops version 0.5.0 Index]