powered by
Return the list of correlated variables
correlated(d, threshold = 0.8)
The list of correlated variables (as a matrix of column names).
A data matrix.
The threshold on the (absolute) Pearson coefficient. If NULL, return the most correlated variables.
cor
data (iris) correlated (iris)
Run the code above in your browser using DataLab