Create a two-sided R formula using R's ~ operator. Formulas are used throughout R's statistical modeling functions to specify relationships between variables.
|
To create a one-sided formula (right-hand side only), use the unary form; see ~ RObject.
The source of this document is in RInterface/doc/formulas.m2:28:0.