metaplot.surv(survcomp)
metaplot.surv()所属R语言包:survcomp
Meta-analysis plot (forest plot)
Meta分析图(森林图)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot confidence intervals with boxes indicating the sample size/precision and optionally a diamond indicating a summary confidence interval. This function is usually called by plot methods for meta-analysis objects. Additional, you can specifiy your own lower and upper boarder from the confidence interval.
图表明样品的尺寸/精度和显示摘要置信区间可选的钻石盒置信区间。此功能通常被称为plot荟萃分析对象的方法。另外,你可以说明指自己上下边界的置信区间。
用法----------Usage----------
metaplot.surv(mn, se=NULL, lower=NULL, upper=NULL, nn=NULL,
labels=NULL, conf.level = .95, xlab = "", ylab = "", xlim = NULL,
summn = NULL, sumse = NULL, sumlower = NULL, sumupper = NULL,
sumnn = NULL, summlabel = "Summary", logeffect = FALSE,
lwd = 2, boxsize = 1, zero = as.numeric(logeffect),
colors=meta.colors(), xaxt="s", logticks=TRUE, ... )
参数----------Arguments----------
参数:mn
point estimates from studies
从研究的点估计
参数:se
standard errors of mn
mn标准错误
参数:lower
Vector of lower ends of confidence intervals
向量置信区间的下端
参数:upper
Vector of upper ends of confidence intervals
向量的置信区间的上端
参数:nn
precision: box ares is proportional to this. 1/se^2 is the default
精度:方块战神是成正比的。 1/se^2是默认
参数:labels
labels for each interval
标签为每间隔
参数:conf.level
Confidence level for confidence intervals
置信区间的置信水平
参数:xlab
label for the point estimate axis
点估计轴标签
参数:ylab
label for the axis indexing the different studies
标签索引轴不同的研究
参数:xlim
the range for the x axis.
为x轴的范围。
参数:summn
summary estimate
总结预算
参数:sumse
standard error of summary estimate
摘要估计的标准误差
参数:sumlower
lower end of confidence intervals of summary estimate
摘要估计的置信区间的低端
参数:sumupper
upper end of confidence intervals of summary estimate
摘要估计的置信区间的上端
参数:sumnn
precision of summary estimate
摘要估计的精度
参数:summlabel
label for summary estimate
为汇总预算的标签
参数:logeffect
TRUE to display on a log scale
TRUE上显示log规模
参数:lwd
line width
线宽
参数:boxsize
Scale factor for box size
盒大小的比例因子
参数:zero
"Null" effect value
“空”的效应值
参数:xaxt
use "n" for no x-axis (to add a customised one)
"n"x轴没有使用(添加一个定制的)
参数:logticks
if TRUE and logscale, have tick values approximately equally spaced on a log scale </table>
如果TRUE和logscale,大约有打勾同样的log上规模</ TABLE>间隔值
参数:colors
see meta.colors
看到meta.colors
参数:...
Other graphical parameters
其他图形参数
值----------Value----------
This function is used for its side-effect.
此功能用于其副作用。
参见----------See Also----------
forestplot.surv for more flexible plots
forestplot.surv更灵活的图
举例----------Examples----------
metaplot.surv(mn=c(0.4,0.5,0.6), lower=c(0.35,0.4,0.57), upper=c(0.45,0.6,0.63), labels=c("A","B","C"), xlim=c(0.2,0.8), boxsize=0.5, zero=0.5, col=meta.colors(box="royalblue",line="darkblue",zero="firebrick"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|