Learn R Programming

VIM (version 3.0.2)

summary.aggr: Summary method for objects of class aggr

Description

Summary method for objects of class "aggr".

Usage

## S3 method for class 'aggr':
summary(object, \dots)

Arguments

object
an object of class "aggr".
...
further arguments.

Value

  • a list of class "summary.aggr" containing the following components:
  • missingsa data.frame containing the amount of missing or imputed values in each variable.
  • combinationsa data.frame containing a character vector representing the combinations of variables along with their frequencies and percentages.

See Also

print.summary.aggr, aggr

Examples

Run this code
data(sleep, package = "VIM")
summary(aggr(sleep, plot=FALSE))

Run the code above in your browser using DataLab