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

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

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

                                        Meta-analysis based on effect estimates
                                         Meta分析的基础上效果估计

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

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

Computes a summary estimate and confidence interval from a collection of treatment effect estimates and standard errors.  Allows fixed or  random effects, optional quality weights.
计算的摘要从集合的治疗效果估计和标准错误的估计和置信区间。允许固定或随机效应,可选的质量权重。


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


meta.summaries(d, se, method=c("fixed", "random"), weights=NULL,
               logscale=FALSE, names=NULL, data=NULL,
               conf.level=0.95, subset=NULL,na.action=na.fail)
## S3 method for class 'meta.summaries':
summary(object,conf.level=NULL,...)
## S3 method for class 'meta.summaries':
plot(x,summary=TRUE,summlabel="Summary",
                    conf.level=NULL,colors=meta.colors(),
                    xlab=NULL,logscale=NULL,...)



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

参数:d
Effect estimates
效果估计


参数:se
standard errors for d
标准误差为d


参数:method
Standard errors and default weights from fixed or random-effects?
标准误差和默认的权重从固定或随机效应?


参数:weights
Optional weights (eg quality weights)
可选的权重(例如,质量的权重)


参数:logscale
Effect is on a log scale? (for plotting)
效果是对数标度? (策划)


参数:names
labels for the separate studies
标签为独立的研究


参数:data
optional data frame to find variables in
可选的数据框中的变量


参数:conf.level
level for confidence intervals
置信区间水平


参数:subset
Which studies to use
使用的研究


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


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


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


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


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


参数:xlab
label for the effect estimate axis.
效应估计轴标签。


参数:...
further arguments to be passed to or from methods.
通过进一步的论据或方法。


Details

详细信息----------Details----------

The summary estimate is a weighted average. If weights are specified they are used, otherwise the reciprocal of the estimated variance is used.
摘要估计的加权平均。如果weights指定使用它们,否则估计的方差的倒数,被使用。

The estimated variance is the square of se for a fixed analysis. For a random analysis a heterogeneity variance is estimated and added.
估计方差的平方se的fixed分析。对于一个随机分析一个异质性方差的估计和补充。

The variance of a weighted average is a weighted average of the estimated variances using the squares of the weights. This is the square of  the summary standard error.
的加权平均值的方差是使用的权重的平方估计方差的加权平均。这是摘要标准误差的平方。

With the default weights these are the standard fixed and random effects calculations.
使用默认的权重,这些都是标准的固定效应和随机效应的计算。


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

An object of class meta.summaries, which has print,plot,summary and funnelplot methods.
对象的类meta.summaries,其中有print,plot,summary和funnelplot方法。


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


Thomas Lumley



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

meta.DSL, meta.MH, funnelplot, metaplot
meta.DSL,meta.MH,funnelplot,metaplot


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


data(catheter)
b <- meta.DSL(n.trt, n.ctrl, col.trt, col.ctrl, data=catheter,
              names=Name, subset=c(13,6,5,3,12,4,11,1,8,10,2))
d <- meta.summaries(b$logs, b$selogs, names=b$names,
                    method="random", logscale=TRUE)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 02:07 , Processed in 0.021247 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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