plotMicro(sdcMicro)
plotMicro()所属R语言包:sdcMicro
Comparison plots
比较图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots for the comparison of the original data and perturbed data.
图解为原来的数据的比较和扰动的数据。
用法----------Usage----------
plotMicro(x, p, which.plot = 1:3)
参数----------Arguments----------
参数:x
object from class micro
对象类微
参数:p
necessary parameter for the box cox transformation (lambda)
必要的参数框Cox转换(λ)
参数:which.plot
which plot should be created? 1: density traces, 2: parallel boxplots, 3: differences in totals
应建立的曲线图? 1:密度痕迹,2:平行的盒状图3:在总计的差异
Details
详细信息----------Details----------
Univariate and multivariate comparison plots are implemented to detect differences between the perturbed and the original data, but also to compare perturbed data which are produced by different methods.
实施单变量和多变量的比较图检测扰动和原始数据之间的差异,但也用来比较的扰动所生产的不同的方法中的数据。
(作者)----------Author(s)----------
Matthias Templ
参考文献----------References----------
Software Development for SDC in R, Lecture Notes in Computer Science, Privacy in Statistical Databases, vol. 4302, pp. 347-359, 2006.
参见----------See Also----------
microaggregation
microaggregation
实例----------Examples----------
data(free1)
m1 <- microaggregation(free1[, 31:34], method="onedims", aggr=3)
m2 <- microaggregation(free1[, 31:34], method="pca", aggr=3)
plotMicro(m1, 0.1, which.plot=1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|