Create a distribution plot of the numeric variable in general and statistical summary of the feature . In addition, the correlation values of the input variable with other features based on a threshold will also be returned
num_dist_summary.Rd
Create a distribution plot of the numeric variable in general and statistical summary of the feature . In addition, the correlation values of the input variable with other features based on a threshold will also be returned
Arguments
- col_name
A string with the name of the column
- data
A dataframe , target DataSet for visualization
- title
A string , Title for chart , default =''
- label_x
A string, X-axis label for numeric column
- thresh_corr
Number Threshold value for correlation
- stat
Boolean, whether to show statistic information or not