powered by
Small aritificial toy data set.
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" ...
data(microData) microData <- as.data.frame(microData) m1 <- microaggregation(microData, method="mdav") summary(m1)
Run the code above in your browser using DataLab