summary.pram(sdcMicro)
summary.pram()所属R语言包:sdcMicro
Summary method for objects from class pram
从婴儿车类的对象的摘要方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summary method for objects from class "pram" to provide information about transitions.
简易方法类的婴儿车“的对象提供有关过渡的信息。
用法----------Usage----------
## S3 method for class 'pram'
summary(object, ...)
参数----------Arguments----------
参数:object
object from class "pram"
对象类的婴儿车“
参数:...
Additional arguments passed through.
通过附加参数。
Details
详细信息----------Details----------
Shows various information about the transitions.
显示的各种信息的转换。
值----------Value----------
The summary of object from class "pram".
总结的对象类的婴儿车。
(作者)----------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----------
pram
pram
实例----------Examples----------
data(free1)
x <- free1[,"MARSTAT"]
x2 <- pram(x)
x2
summary(x2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|