View source: R/sys_discretize.R
sys_discretize | R Documentation |
Convert categorical variables into discrete variables
sys_discretize(dataset, vars_to_discretize = NULL)
dataset |
A dataframe of dataset. Datasets used to establish evaluation criteria. |
vars_to_discretize |
Variables or columns to be discretized. Default is NULL. |
A binary dataframe.
data(dataset)
dis_data <- sys_discretize(dataset, c("Shape", "pH"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.