high_correlation: high_correlation

Description Usage Arguments Details Author(s) Examples

Description

This function searches through a correlation matrix and returns a vector of integers corresponding to columns to remove to reduce pair-wise correlations.

Usage

1
high_correlation(df, cutoff = 0.95, correl = "linear", verbose = FALSE)

Arguments

df

input dataframe

cutoff

numeric value for the pair-wise absolute correlation cutoff

correl

type of correlation. linear ou rdc

verbose

A boolean for printing the details and plot graphic

Details

details

Author(s)

Elpidio Filho, elpidio@ufv.br

Examples

1
2
3
4
## Not run: 
high_correlation(df, 0.95, correl = "linear", TRUE)

## End(Not run)

elpidiofilho/easyFit documentation built on May 28, 2019, 8:36 p.m.