Learn R Programming

sdcMicro (version 5.5.1)

print.micro: Print method for objects from class micro

Description

printing an object of class micro

Usage

# S3 method for 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.

See Also

microaggregation

Examples

Run this code
# NOT RUN {
data(free1)
free1 <- as.data.frame(free1)
m1 <- microaggregation(free1[, 31:34], method='onedims', aggr=3)
m1

# }

Run the code above in your browser using DataLab