getCatSum: Computes the components and plots for the Categorial Summary

Description Usage Arguments Value

Description

getCatSum calculates a few characteristics like frequency tables, contingency tables for categorical data and in Addition to that, for each column, a ggplot object will be implemented.

Usage

1
getCatSum(data, features, target, geombar.args = list())

Arguments

data

[data.frame]
A Dataframe with different variables.

features

[character(length(catergorical.features))]
A character vector with length of the number of numeric features in the dataset. This will be computed automatically when calling this function.

target

[character(1)]

geombar.args

[list()]
Other arguments to be passed to geom_bar. The target column

Value

[list()] A list containing the categorical summary and ggplot for each categorical column


ptl93/AEDA documentation built on May 7, 2019, 3:20 p.m.