forestplot.surv(survcomp)
forestplot.surv()所属R语言包:survcomp
Forest plots enables to display performance estimates of survival models
森林图,使显示性能估计生存模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Draw a forest plot together with a table of text.
连同表的文本绘制森林图。
用法----------Usage----------
forestplot.surv(labeltext, mean, lower, upper, align = NULL,
is.summary = FALSE, clip = c(-Inf, Inf), xlab = "", zero = 0,
graphwidth = unit(2, "inches"), col = meta.colors(), xlog = FALSE,
box.size = NULL, x.ticks = NULL, ...)
参数----------Arguments----------
参数:labeltext
Matrix of strings or NAs for blank spaces
矩阵字符串或NA空白的小号
参数:mean
Vector of centers of confidence intervals (or NAs for blank space)
置信区间的中心(或NAS)为空白的向量
参数:lower
Vector of lower ends of confidence intervals
向量置信区间的下端
参数:upper
Vector of upper ends of confidence intervals
向量的置信区间的上端
参数:align
Vector giving alignment (l,r,c) for columns of table
向量给予对齐(l,r,c)表列
参数:is.summary
Vector of logicals. Summary lines have bold text and diamond confidence intervals.
的逻辑值向量。摘要线有大胆的文字和钻石的置信区间。
参数:clip
Lower and upper limits for clipping confidence intervals to arrows
裁剪箭头置信区间的上限和下限
参数:xlab
x-axis label
X轴标签
参数:zero
x-axis coordinate for zero line
X轴坐标零线
参数:graphwidth
Width of confidence interval graph
置信区间图的宽度
参数:col
See meta.colors
看到meta.colors
参数:xlog
If TRUE, x-axis tick marks are exponentiated
如果TRUE,X轴刻度exponentiated
参数:box.size
Override the default box size based on precision
覆盖默认箱尺寸精度的基础
参数:x.ticks
Optional user-specified x-axis tick marks. Specify NULL to use the defaults, numeric(0) to omit the x-axis.
可选用户指定的x轴的刻度。指定NULL使用默认值,numeric(0)省略x轴的。
参数:...
Not used.
不使用。
Details
详情----------Details----------
This function is more flexible than metaplot and the plot methods for meta-analysis objects, but requires more work by the user.
此功能是更灵活的比metaplot和plot荟萃分析对象的方法,但用户需要更多的工作。
In particular, it allows for a table of text, and clips confidence intervals to arrows when they exceed specified limits.
特别是,它允许一个表的文本,并剪辑置信区间,以箭头时超出指定的范围内。
值----------Value----------
None
没有
参考文献----------References----------
参见----------See Also----------
metaplot, forestplot
metaplot,forestplot
举例----------Examples----------
##[#]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|