Learn R Programming

creditmodel (version 1.3.1)

sum_table: Summary table

Description

#'The sum_table includes both univariate and bivariate analysis and ranges from univariate statistics and frequency distributions, to correlations, cross-tabulation and characteristic analysis.

Usage

sum_table(dat, ..., x_s = as.character(substitute(list(...))), x_list = NULL)

Arguments

dat

A data.frame with x and target.

...

x of dat

x_s

A list of x.

x_list

Names of dat.

Value

A list contains both categrory and numeric variable analysis.

Examples

Run this code
# NOT RUN {
sum_table(UCICreditCard)
sum_table(UCICreditCard,LIMIT_BAL,AGE,EDUCATION,SEX)
# }

Run the code above in your browser using DataLab