View source: R/exploratory_data_analysis.R
correlation_table | R Documentation |
Obtain correlation table for all variables against target variable. Only numeric variables are analyzed (factor/character are skippted automatically).
correlation_table(data, target)
data |
data frame |
target |
string variable to predict |
Correlation index for all data input variable
correlation_table(data=heart_disease, target="has_heart_disease")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.