summary.micro(sdcMicro)
summary.micro()所属R语言包:sdcMicro
Summary method for objects from class micro
摘要方法的对象类微
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summary method for objects from class "micro".
总结方法从类微的对象。
用法----------Usage----------
## S3 method for class 'micro'
summary(object, ...)
参数----------Arguments----------
参数:object
objects from class micro
对象类微
参数:...
Additional arguments passed through.
通过附加参数。
Details
详细信息----------Details----------
This function computes several measures of information loss, such as
此函数计算信息损失的几项措施,如
值----------Value----------
参数:meanx
A conventional summary of the original data
一种常规的简要的原始数据
参数:meanxm
A conventional summary of the microaggregated data
传统的总结的microaggregated数据的
参数:amean
average relative absolute deviation of means
平均的相对绝对偏差的手段
参数:amedian
average relative absolute deviation of medians
平均的相对绝对偏差的中位数
参数:aonestep
average relative absolute deviation of onestep from median
平均相对一步法从平均绝对偏差
参数:devvar
average relative absolute deviation of variances
平均的相对绝对偏差的差异
参数:amad
average relative absolute deviation of the mad
平均相对绝对偏差的疯狂
参数:acov
average relative absolute deviation of covariances
平均的相对绝对偏差的协方差
参数:arcov
average relative absolute deviation of robust (with mcd) covariances
平均相对稳健的绝对偏差(MCD)的协方差
参数:acor
average relative absolute deviation of correlations
平均相对的绝对偏差的相关性
参数:arcor
average relative absolute deviation of robust (with mcd) correlations
平均相对稳健的绝对偏差(MCD)的相关性
参数:acors
average relative absolute deviation of rank-correlations
平均的相对绝对偏差的秩相关
参数:adlm
average absolute deviation of lm regression coefficients (without intersept)
LM回归系数的平均绝对偏差(不intersept)
参数:adlts
average absolute deviation of lts regression coefficients (without intersept)
LTS回归系数的平均绝对偏差(不intersept)
参数:apcaload
average absolute deviation of pca loadings
PCA负荷的平均绝对偏差
参数:apppacaload
average absolute deviation of robust (with projection pursuit approach) pca loadings
平均绝对偏差强大的投影寻踪方法PCA负荷
参数:atotals
average relative absolute deviation of totals
平均的相对绝对偏差的总计
参数:pmtotals
average relative deviation of totals
平均相对偏差的总数
(作者)----------Author(s)----------
Matthias Templ
参考文献----------References----------
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
参见----------See Also----------
microaggregation, valTable
microaggregation,valTable
实例----------Examples----------
data(Tarragona)
m1 <- microaggregation(Tarragona, method="onedims", aggr=3)
## summary(m1)[#摘要(M1)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|