asOneSidedFormula | R Documentation |
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.
asOneSidedFormula(object)
object |
a one-sided formula, an expression, a numeric value, or a character string. |
a one-sided formula representing object
José Pinheiro and Douglas Bates
formula
asOneSidedFormula("age") asOneSidedFormula(~ age)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.