summary.aggr {VIM}R Documentation

Summary method for objects of class aggr

Description

Summary method for objects of class "aggr".

Usage

## S3 method for class 'aggr'
summary(object, ...)

Arguments

object

an object of class "aggr".

...

further arguments.

Value

a list of class "summary.aggr" containing the following components:

missings

a data.frame containing the amount of missing or imputed values in each variable.

combinations

a data.frame containing a character vector representing the combinations of variables along with their frequencies and percentages.

Author(s)

Matthias Templ, modifications by Andreas Alfons

See Also

print.summary.aggr, aggr

Examples

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

[Package VIM version 3.0.0 Index]