crunch (version 1.27.7)

crunch-summary: Summary methods for Crunch Variables

Description

Summary methods for Crunch Variables

Usage

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

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

Arguments

object

A Variable

...

additional arguments, ignored (they're in the summary.default) signature

Value

a summary response. Categorical variable summaries should work like summary.factor; Numeric variables should be like summary.numeric. Other Variable types are not yet supported.