Correlated variables
Return the list of correlated variables
correlated(d, threshold = 0.8)
d |
A data matrix. |
threshold |
The threshold on the (absolute) Pearson coefficient. If NULL, return the most correlated variables. |
The list of correlated variables (as a matrix of column names).
data (iris) correlated (iris)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.