Description Usage Arguments Details Value Author(s) See Also Examples
This function identifies Categorical variable from the main dataset and returns a dataset that has only categorical variables
1 | ident_cat(test)
|
test |
test: dataset that has both categorical and continous variable |
This function identifies Categorical variable from the main dataset and returns a dataset that has only categorical variables
it returns Data frame object
Rahul Mehta
ident_cont for identifying continous variable
1 2 | data(iris)
cont_data=ident_cont(iris)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.