summary.aggr {VIM} | R Documentation |
Summary method for objects of class "aggr"
.
## S3 method for class 'aggr' summary(object, ...)
object |
an object of class |
... |
further arguments. |
a list of class "summary.aggr"
containing the following components:
missings |
a |
combinations |
a |
Matthias Templ, modifications by Andreas Alfons
data(sleep, package = "VIM") summary(aggr(sleep, plot=FALSE))