Description Usage Arguments Examples
View source: R/remove.constant.categorical.R
Remove constant metrics and categorical metrics
| 1 | remove.constant.categorical(dataset, metrics)
 | 
| dataset | a data frame for data | 
| metrics | a characters or a vector of characters for independent variables | 
| 1 2 | Data = loadDefectDataset('groovy-1_5_7','jira')
remove.constant.categorical(dataset = Data$data, metrics = Data$indep)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.