correlated {fdm2id} | R Documentation |
Correlated variables
Description
Return the list of correlated variables
Usage
correlated(d, threshold = 0.8)
Arguments
d |
A data matrix. |
threshold |
The threshold on the (absolute) Pearson coefficient. If NULL, return the most correlated variables. |
Value
The list of correlated variables (as a matrix of column names).
See Also
Examples
data (iris)
correlated (iris)
[Package fdm2id version 0.9.9 Index]