plot.aareg(survival)
plot.aareg()所属R语言包:survival
Plot an aareg object.
绘制一条aareg对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the estimated coefficient function(s) from a fit of Aalen's additive regression model.
绘制的估计系数从阿伦的添加剂回归模型拟合功能(S)。
用法----------Usage----------
## S3 method for class 'aareg'
plot(x, se=TRUE, maxtime, type='s', ...)
参数----------Arguments----------
参数:x
the result of a call to the aareg function
aareg函数调用的结果
参数:se
if TRUE, standard error bands are included on the plot
如果为TRUE,标准误差带图
参数:maxtime
upper limit for the x-axis.
x轴的上限。
参数:type
graphical parameter for the type of line, default is "steps".
线路类型的图形参数,默认是“步骤”。
参数:...
other graphical parameters such as line type, color, or axis labels.
其他如线型,颜色,或轴标签图形参数。
副作用----------Side Effects----------
A plot is produced on the current graphical device.
有一个图是产生当前的图形设备。
参考文献----------References----------
Statistics in Medicine, 8:907-925.
参见----------See Also----------
aareg
aareg
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|