print.micro {sdcMicro}R Documentation

Print method for objects from class micro

Description

Print method for objects from class micro.

Usage

## S3 method for class 'micro':
print(x, ...)

Arguments

x object from class micro
...

Value

information about method and aggregation level from objects of class micro.

Author(s)

Matthias Templ

See Also

microaggregation

Examples

data(free1)
m1 <- microaggregation(free1[, 31:34], method="onedims", aggr=3)
m1

[Package sdcMicro version 2.5.8 Index]