Learn R Programming

ggESDA (version 0.2.0)

summary: summary for symbolic data table

Description

summary for symbolic data table

Usage

summary(object, ...)

# S3 method for default summary(object, ...)

# S3 method for symbolic_tbl summary(object, ...)

# S3 method for symbolic_interval summary(object, ...)

# S3 method for symbolic_modal summary(object, summary_fun = "mean", ...)

Value

Return a summary table.

Arguments

object

an object for which a summary is desired.

...

additional arguments affecting the summary produced.

summary_fun

only works when the symbolic_modal class input, it determine which summary function be applied for each modal.

Examples

Run this code

#For all interval-valued
summary(facedata)

#For both interval-valued and modal multi-valued
summary(Environment)

summary(Environment$URBANICITY, summary_fun = "quantile")


Run the code above in your browser using DataLab