powered by
Obtain correlation table for all variables against target variable. Only numeric variables are analyzed (factor/character are skippted automatically).
correlation_table(data, target)
Correlation index for all data input variable
data frame
string variable to predict
correlation_table(data=heart_disease, target="has_heart_disease")
Run the code above in your browser using DataLab