powered by
#'The data_exploration includes both univariate and bivariate analysis and ranges from univariate statistics and frequency distributions, to correlations, cross-tabulation and characteristic analysis.
data_exploration
data_exploration( dat, save_data = FALSE, file_name = NULL, dir_path = tempdir(), note = FALSE )
A data.frame with x and target.
Logical. If TRUE, save files to the specified folder at dir_path
dir_path
The file name for periodically saved outliers analysis file. Default is NULL.
The path for periodically saved outliers analysis file. Default is tempdir().
Logical, outputs info. Default is TRUE.
A list contains both categrory and numeric variable analysis.
# NOT RUN { data_ex = data_exploration(dat = UCICreditCard[1:1000,]) # }
Run the code above in your browser using DataLab