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)
data frame
string variable to predict
Correlation index for all data input variable
# NOT RUN { correlation_table(data=heart_disease, target="has_heart_disease") # }
Run the code above in your browser using DataLab