sum_table {creditmodel}R Documentation

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

sum_table(UCICreditCard)
sum_table(UCICreditCard,LIMIT_BAL,AGE,EDUCATION,SEX)

[Package creditmodel version 1.3.1 Index]