Learn R Programming

lava (version 1.8.0)

toformula: Converts strings to formula

Description

Converts a vector of predictors and a vector of responses (characters) i#nto a formula expression.

Usage

toformula(y = ".", x = ".")

Value

An object of class formula

Arguments

y

vector of predictors

x

vector of responses

Author

Klaus K. Holst

See Also

Examples

Run this code

toformula(c("age","gender"), "weight")

Run the code above in your browser using DataLab