powered by
#'The sum_table includes both univariate and bivariate analysis and ranges from univariate statistics and frequency distributions, to correlations, cross-tabulation and characteristic analysis.
sum_table
sum_table(dat, ..., x_s = as.character(substitute(list(...))), x_list = NULL)
A data.frame with x and target.
x of dat
A list of x.
Names of dat.
A list contains both categrory and numeric variable analysis.
# NOT RUN { sum_table(UCICreditCard) sum_table(UCICreditCard,LIMIT_BAL,AGE,EDUCATION,SEX) # }
Run the code above in your browser using DataLab