cor_melt_sub: Prune a set of variables by a certain correlation threshold

Description Usage Arguments Value Examples

View source: R/prune_corr.R

Description

Prune a set of variables by a certain correlation threshold

Usage

1
cor_melt_sub(thedata, threshold = 0.8)

Arguments

thedata

A numeric matrix of variables

threshold

The threshold of correlation coefficient. Default 0.8

Value

A numeric matrix subset of thedata without the highly correlated variables

Examples

1
2

MoisesExpositoAlonso/moiR documentation built on Dec. 24, 2021, 10:12 p.m.