correlated: Correlated variables

correlatedR 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

cor

Examples

data (iris)
correlated (iris)

fdm2id documentation built on Aug. 28, 2026, 9:07 a.m.