print.sensitivity(sensitivityPStrat)
print.sensitivity()所属R语言包:sensitivityPStrat
prints the results of calls to the sensitivity functions.
打印的结果的灵敏度函数的调用。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Print the prints sensitivityPStrat objects in a visually understandable way.
打印打印sensitivityPStrat,物体在视觉上理解的方式。
用法----------Usage----------
## S3 method for class 'sensitivity.0d'
print(x, ...)
## S3 method for class 'sensitivity.1d'
print(x, ...)
参数----------Arguments----------
参数:x
sensitivity object
灵敏度对象
参数:...
arguments passed to other print methods
参数传递给其他印刷方法
(作者)----------Author(s)----------
Charles Dupont <br>
Department of Biostatistics<br>
Vanderbilt University<br>
参见----------See Also----------
print.default
print.default
实例----------Examples----------
data(vaccine.trial)
print(with(vaccine.trial,
sensitivityJR(z=treatment,s=hiv.outcome,y=logVL,
beta0=c(-1,-.75,-.5,-.25,0,.25,.5,.75,1),
beta1=c(-1,-.75,-.5,-.25,0,.25,.5,.75,1),
phi=c(0.95,0.90,0.80), selection="infected",
groupings=c("placebo","vaccine"),
N.boot=100)
))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|