correlated {fdm2id} | R Documentation |
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)