Learn R Programming

sdcMicro (version 2.0.4)

microData: microData

Description

Small demonstration data set.

Usage

data(microData)

Arguments

format

The format is: num [1:13, 1:5] 5 7 2 1 7 8 12 3 15 4 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:13] "10000" "11000" "12000" "12100" ... ..$ : chr [1:5] "one" "two" "three" "four" ...

Examples

Run this code
data(microData)
m1 <- microaggregation(microData, method="mdav")
x <- m1$x  ### fix me
summary(m1)

Run the code above in your browser using DataLab