Description Usage Arguments Value
View source: R/correlation_removal.R
Determines which columns are too highly correlated.
1 2 | high_correlation_features(data, exclude_columns = character(0),
threshold = 0.8)
|
data |
The data frame to use for determining which columns are highly correlated. Must be all numeric. |
exclude_columns |
Columns that will not be used to determine too highly correlated features. Should include at least your response. |
threshold |
If the absolute correlation between two variables is higher than this value, the pair will be registered as too highly correlated. Defaults to 0.8 |
A dataframe with two columns, representing pairs of columns that are highly correlated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.