asOneSidedFormula
Convert to One-Sided Formula
Names, expressions, numeric values, and character strings are converted to
one-sided formulae. If object
is a formula, it must be
one-sided, in which case it is returned unaltered.
- Keywords
- models
Usage
asOneSidedFormula(object)
Arguments
- object
- a one-sided formula, an expression, a numeric value, or a character string.
Value
-
a one-sided formula representing
object
See Also
Examples
library(stats)
asOneSidedFormula("age")
asOneSidedFormula(~ age)
Community examples
Looks like there are no examples yet.