| varClassifier | R Documentation | 
This function classifies variables to three differente types including categorical, non-normal numerical or normal numerical variables.
varClassifier(dt, myVars, len.max = 5, print.result = T, p_norm = 0.05)
| dt | Dataframe to be used | 
| myVars | Variables to be categorized | 
| len.max | Maximum number of elements to convert to factor | 
| print.result | Print the analyzed result | 
| p_norm | Cut-off p-value classifying normal and non-normal | 
lists of three different types
varClassifier(dt=mtcars, myVars=c("am", "cyl", "mpg"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.