print.pram(sdcMicro)
print.pram()所属R语言包:sdcMicro
Print method for objects from class pram
打印方式的对象类婴儿车
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Print method for objects from class "pram".
打印方法的对象类的婴儿车。
用法----------Usage----------
## S3 method for class 'pram'
print(x, ...)
参数----------Arguments----------
参数:x
object from class "pram"
对象类的婴儿车“
参数:...
Additional arguments passed through.
通过附加参数。
值----------Value----------
Short information about the method and the parameters used.
短有关下列内容的信息的方法和所使用的参数。
(作者)----------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
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|