Usage
microaggregation(x, method = "pca", aggr = 3, nc = 8, clustermethod = "clara", opt = FALSE, measure = "mean", trim = 0, varsort = 1, transf = "log", blow = TRUE, blowxm = 0)
Arguments
method
pca, onedims, single, simple, clustpca, pppca, clustpppca, mdav, clustmcdpca, influence, mcdpca
aggr
aggregation level (default=3)
nc
number of cluster, if the chosen method performs cluster analysis
clustermethod
clustermethod, if necessary
measure
aggregation statistic, mean, median, trim, onestep (default = mean)
trim
trimming percentage, if measure=trim
varsort
variable for sorting, if method= single
transf
transformation for data x
blow
if TRUE, the microaggregated data will have the same dimension as the original data set
blowxm
the microaggregated data with the same dimension as the original one.