找回密码
 注册
查看: 977|回复: 0

R语言 rmeta包 meta.DSL()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 00:00:28 | 显示全部楼层 |阅读模式
meta.DSL(rmeta)
meta.DSL()所属R语言包:rmeta

                                        Random effects (DerSimonian-Laird) meta-analysis
                                         随机效应(DerSimonian莱尔德)的荟萃分析

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Computes the individual odds ratios or relative risks, the summary, the random effects variance, and Woolf's test for heterogeneity. The print method gives the summary and test for heterogeneity; the summary method also gives all the individual odds ratios and confidence intervals. Studies with zero or infinite odds ratio are omitted, as their variance cannot be calculated sensibly.
计算个人的比值比或相对风险,总结,随机效应的方差,和伍尔夫的异质性检验。 print方法给出了总结和异质性检验; summary方法也给出了所有个人的比值比和可信区间。零或无穷大的赔率比的研究被忽略了,因为他们无法计算方差理智。

The plot method draws a standard meta-analysis plot. The confidence interval for each study is given by a horizontal line, and the point estimate is given by a square whose height is inversely proportional to the standard error of the estimate.  The summary odds ratio, if requested, is drawn as a diamond with horizontal limits at the confidence limits and width inversely proportional to its standard error.
plot方法绘制一个标准的荟萃分析图。每个研究的置信区间为一条水平线上,并且由下式给出的点估计值由下式给出的正方形,其高度是成反比的估计的标准误差。摘要比值比要求的话,被画成水平限制在一个钻石与置信限和宽度成反比到其标准错误。


用法----------Usage----------


meta.DSL(ntrt, nctrl, ptrt, pctrl, conf.level=0.95,
         names=NULL, data=NULL, subset=NULL, na.action=na.fail,statistic="OR")
## S3 method for class 'meta.DSL':
summary(object, conf.level=NULL, ...)
## S3 method for class 'meta.DSL':
plot(x, summary=TRUE, summlabel="Summary",
             conf.level=NULL, colors=meta.colors(), xlab=NULL,...)



参数----------Arguments----------

参数:ntrt
Number of subjects in treated/exposed group
在处理/对照组中的受试者数


参数:nctrl
Number of subjects in control group
在对照组的受试者数


参数:ptrt
Number of events in treated/exposed group
在处理/对照组中的事件数


参数:pctrl
Number of events in control group
在对照组的事件数


参数:conf.level
Coverage for confidence intervals
置信区间的覆盖范围


参数:names
names or labels for studies
名称或标签进行研究


参数:data
data frame to interpret variables
数据框的解释变量


参数:subset
subset of studies to include
子集的研究,包括


参数:na.action
a function which indicates what should happen when the data contain NAs.  Defaults to na.fail.
一个函数,它表示当数据包含NA的,应该发生什么。默认为na.fail的。


参数:statistic
"OR" for odds ratio, "RR" for relative risk
“OR”的比值比,“RR”相对风险


参数:x,object
a meta.DSL object
meta.DSL对象


参数:summary
Plot the summary odds ratio?
绘制的汇总比值比?


参数:summlabel
Label for the summary odds ratio
标签的汇总比值比


参数:colors
see meta.colors
看到meta.colors


参数:xlab
x-axis label, default is based on statistic
X轴标签,默认的基础上statistic


参数:...
further arguments to be passed from or to methods.
进一步从参数传递的方法。


值----------Value----------

An object of class meta.DSL with print, plot, funnelplot and summary methods.
类的一个对象meta.DSLprint,plot,funnelplot和summary方法。


(作者)----------Author(s)----------


Thomas Lumley



参见----------See Also----------

plot,par,meta.MH,funnelplot
plot,par,meta.MH,funnelplot


实例----------Examples----------


data(catheter)
b <- meta.DSL(n.trt, n.ctrl, col.trt, col.ctrl, data=catheter,
              names=Name, subset=c(13,6,5,3,7,12,4,11,1,8,10,2))
b
summary(b)
plot(b)
e <- meta.DSL(n.trt, n.ctrl, inf.trt, inf.ctrl, data=catheter,
              names=Name, subset=c(13,6,3,12,4,11,1,14,8,10,2))
e
summary(e)
##tasteless[#无味]
plot(e, colors=meta.colors(summary="green",lines="purple",box="orange"))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 01:34 , Processed in 0.023112 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表