correlation_table {funModeling} | R Documentation |
Get correlation against target variable
Description
Obtain correlation table for all variables against target variable. Only numeric variables are analyzed (factor/character are skippted automatically).
Usage
correlation_table(data, target)
Arguments
data |
data frame |
target |
string variable to predict |
Value
Correlation index for all data input variable
Examples
correlation_table(data=heart_disease, target="has_heart_disease")
[Package funModeling version 1.9.5 Index]