Description Usage Arguments Details Author(s) Examples
This function searches through a correlation matrix and returns a vector of integers corresponding to columns to remove to reduce pair-wise correlations.
1 2 | high_correlation(df, cutoff = 0.95, correl = "linear",
verbose = FALSE)
|
df |
input dataframe |
cutoff |
numeric value for the pair-wise absolute correlation cutoff |
correl |
type of correlation. linear ou rdc |
verbose |
A boolean for printing the details and plot graphic |
details
Elpidio Filho, elpidio@ufv.br
1 2 3 4 | ## Not run:
high_correlation(df, 0.95, correl = "linear", TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.