Description Usage Arguments Examples
Find highly correlated groups for dimension reduction
| 1 | corr_groups(data, cutoff = 0.9, cor_mat = FALSE)
 | 
| data | A data.frame or matrix of features for modeling | 
| cutoff | Minimum correlation used to make groups | 
| cor_mat | If TRUE, a list of correlation matrices are returned | 
| 1 2 | corr_groups(mtcars)
corr_groups(mtcars, cor_mat = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.