removeCorrelations: Remove Correlations

View source: R/dataPreprocessing.R

removeCorrelationsR Documentation

Remove Correlations

Description

Identifies and removes correlated columns from the numeric dataset, according to 'correlation_threshold'.

Usage

removeCorrelations(numeric_dataset, correlation_threshold = 1)

Arguments

numeric_dataset

A data frame consisting of only numeric columns.

correlation_threshold

A numeric threshold for identifying perfect correlations.

Value

A list containing the cleaned dataset and the remaining column names, along with the correlation matrix R.


neobernad/evaluomeR documentation built on Nov. 12, 2024, 11:29 p.m.