filter_correlations: filter_correlations(corrmat = NULL, mincorrelcoeff = NULL)...

View source: R/filtering_functions.R

filter_correlationsR Documentation

filter_correlations(corrmat = NULL, mincorrelcoeff = NULL) Given a pairwise correlation matrix, eliminate features which do not present an absolute correlation coefficient smaller than mincorrelcoeff with all other features other than itself.

Description

filter_correlations(corrmat = NULL, mincorrelcoeff = NULL) Given a pairwise correlation matrix, eliminate features which do not present an absolute correlation coefficient smaller than mincorrelcoeff with all other features other than itself.

Usage

filter_correlations(corrmat = NULL, mincorrelcoeff = NULL)

johnmcculloch/JAMS_BW documentation built on March 29, 2024, 7:56 p.m.