print.micro {sdcMicro} | R Documentation |
Print method for objects from class micro
Description
printing an object of class micro
Usage
## S3 method for class 'micro'
print(x, ...)
Arguments
x |
object from class micro |
... |
Additional arguments passed through. |
Value
information about method and aggregation level from objects of class micro.
Author(s)
Matthias Templ
See Also
Examples
data(free1)
free1 <- as.data.frame(free1)
m1 <- microaggregation(free1[, 31:34], method='onedims', aggr=3)
m1
[Package sdcMicro version 5.7.8 Index]