print.summary.aggr {VIM}R Documentation

Print method for objects of class summary.aggr

Description

Print method for objects of class "summary.aggr".

Usage

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

Arguments

x

an object of class "summary.aggr".

...

further arguments (currently ignored).

Author(s)

Andreas Alfons, modifications by Bernd Prantner

See Also

summary.aggr, aggr

Examples

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

[Package VIM version 3.0.0 Index]