powered by
Converts character vector of atrributes' names and destination attribute's name to a simple formula.
as.simple.formula(attributes, class)
A simple formula like "class ~ attr1 + attr2"
character vector of attributes' names
name of destination attribute
Piotr Romanski
data(iris) result <- cfs(Species ~ ., iris) f <- as.simple.formula(result, "Species")
Run the code above in your browser using DataLab