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 July 9, 2023, 6:05 p.m.

Related to correlated in fdm2id...