toformula | R Documentation |
Converts a vector of predictors and a vector of responses (characters) i#nto a formula expression.
toformula(y = ".", x = ".")
y |
vector of predictors |
x |
vector of responses |
An object of class formula
Klaus K. Holst
as.formula
,
toformula(c("age","gender"), "weight")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.