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

R语言 SimpleTable包 summary.SimpleTable()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 09:12:42 | 显示全部楼层 |阅读模式
summary.SimpleTable(SimpleTable)
summary.SimpleTable()所属R语言包:SimpleTable

                                         Summary of SimpleTable objects
                                         摘要SimpleTable对象

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

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

summary.SimpleTable summarizes a SimpleTable object by printing the mode, mean, standard deviation, and percent% highest density region of the prima facie and sensitivity analysis posterior densities. Large-sample nonparametric bounds for the estimand of interest are also reported. Summaries of the prior distribution are also reported in
summary.SimpleTable总结了SimpleTable对象的打印模式,平均值,标准偏差和percent%密度最高的区域的表面证据和敏感性分析后密度。大样本的非参数边界也为利益的estimand的报道。另据报道,先验分布摘要


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


## S3 method for class 'SimpleTable'
summary(object, estimand = c("ATE", "ATT", "ATC",
                                         "RR", "RRT", "RRC",
                                         "logRR", "logRRT", "logRRC"),
                    percent = 95, ...)



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

参数:object
An object of class SimpleTable produced by analyze2x2 or analyze2x2xK that is to be summarized.  
一个对象的类SimpleTable的生产analyze2x2或analyze2x2xK来概括。


参数:estimand
The causal estimand of interest. Options include:  ATE (average treatment effect), ATT (average treatment effect on the treated), ATC (average treatment effect on the controls), RR (relative risk), RRT (relative risk on the treated), RRC (relative risk on the controls), logRR (log relative risk), logRRT (log relative risk on the treated), and logRRC (log relative risk on the controls).  
感兴趣的的因果关系estimand的。选项包括:ATE(平均治疗效果),ATT(平均治疗效果处理过的),ATC(对照组)的平均治疗效果,RR(相对危险度),RRT(相对危险度的处理),RRC(相对危险度的控制),logRR(log相对危险度),logRRT(log相对风险处理),和logRRC(log相对风险的控制)。


参数:percent
A number between 0 and 100 (exclusive) giving the size of the highest posterior density regions to be calculated and printed. Default value is 95.  
0和100之间的数字(不包括)的大小进行计算和打印后密度最高的区域。默认值为95。


参数:...
Other arguments to be passed.  
其他参数传递。


Details

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

See Quinn (2008) for the a description of these plots along with the associated terminology and notation.
奎因(2008),这些图的描述以及相关的术语和符号。


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


Kevin M. Quinn



参考文献----------References----------

Table: Bayesian Inference and Sensitivity Analysis for Causal Effects from 2 x 2 and 2 x 2 x K Tables in the Presence of Unmeasured

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

ConfoundingPlot, analyze2x2, analyze2x2xK, ElicitPsi, plot.SimpleTable
ConfoundingPlot,analyze2x2,analyze2x2xK,ElicitPsi,plot.SimpleTable


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


## Not run: [#不运行:]
## Example from Quinn (2008)[#示例从奎因(2008)]
## (original data from Oliver and Wolfinger. 1999. [#(原奥利弗和Wolfinger 1999年的数据。]
##   ``Jury Aversion and Voter Registration.'' [“陪审团的厌恶和选民登记。]
##     American Political Science Review. 93: 147-152.)[#美国政治科学评论。 93:147-152)。]
##[#]
##        Y=0       Y=1[#Y = 0,Y = 1]
## X=0    19        143[#X = 0 19 143]
## X=1    114       473[#X = 1 114 473]
##[#]

## a prior belief in an essentially negative monotonic treatment effect [#先前的信念,基本上是负面的单调的治疗效果]
S.mono <- analyze2x2(C00=19, C01=143, C10=114, C11=473,
                     a00=.25, a01=.25, a10=.25, a11=.25,
                     b00=0.02, c00=10, b01=25, c01=3,
                     b10=3, c10=25, b11=10, c11=0.02)

## ATE (the default)[#(默认)]
summary(S.mono)

## ATC instead of ATE[#ATC而不是ATE]
summary(S.mono, estimand="ATC")


## End(Not run)[#(不执行)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-24 17:21 , Processed in 0.020522 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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