corFilter: Correlation Filter

View source: R/correlation.R

corFilterR Documentation

Correlation Filter

Description

Filter correlations to show the highest correlations.

Usage

corFilter(x, level = 0.9, sort = TRUE)

Arguments

x

correlations as a three-column data frame.

level

filter level, a value from 0 to 1.

sort

whether to sort the resulting data frame by absolute correlation.

Value

Data frame containing all correlations |r| >= level.

See Also

read.MFCLCor reads a correlation matrix from a file.

mat2MFCLCor converts a correlation matrix to a data frame.

corLabel labels correlations and produces a frequency table.

Examples

data(cordf)
corFilter(cordf)
corFilter(cordf, level=0.99)
corFilter(cordf, level=0.99, sort=FALSE)


robscott3/FLR4MFCL documentation built on April 9, 2024, 3:31 p.m.