Summary method for objects from class ‘micro’.
# S3 method for micro
summary(object, ...)
A conventional summary of the original data
A conventional summary of the microaggregated data
average relative absolute deviation of means
average relative absolute deviation of medians
average relative absolute deviation of onestep from median
average relative absolute deviation of variances
average relative absolute deviation of the mad
average relative absolute deviation of covariances
average relative absolute deviation of robust (with mcd) covariances
average relative absolute deviation of correlations
average relative absolute deviation of robust (with mcd) correlations
average relative absolute deviation of rank-correlations
average absolute deviation of lm regression coefficients (without intercept)
average absolute deviation of lts regression coefficients (without intercept)
average absolute deviation of pca loadings
average absolute deviation of robust (with projection pursuit approach) pca loadings
average relative absolute deviation of totals
average relative deviation of totals
objects from class micro
Additional arguments passed through.
Matthias Templ
This function computes several measures of information loss, such as
Templ, M. Statistical Disclosure Control for Microdata Using the R-Package sdcMicro, Transactions on Data Privacy, vol. 1, number 2, pp. 67-85, 2008. http://www.tdp.cat/issues/abs.a004a08.php
microaggregation
, valTable
data(Tarragona)
m1 <- microaggregation(Tarragona, method='onedims', aggr=3)
## summary(m1)
Run the code above in your browser using DataLab