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

R语言 RSiena包 print.sienaMeta()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 21:57:36 | 显示全部楼层 |阅读模式
print.sienaMeta(RSiena)
print.sienaMeta()所属R语言包:RSiena

                                        Methods for processing sienaMeta objects
                                         处理sienaMeta对象的方法

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

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

print, summary, and plot methods for sienaMeta objects.
print,summary和plot方法sienaMeta对象。


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


## S3 method for class 'sienaMeta'
print(x, file=FALSE, ...)

## S3 method for class 'sienaMeta'
summary(object, file=FALSE, extra=TRUE, ...)

## S3 method for class 'summary.sienaMeta'
print(x, file=FALSE, extra=TRUE, ...)

## S3 method for class 'sienaMeta'
plot(x,  ..., layout=c(2,2))



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

参数:object
An object of class sienaMeta
对象的类sienaMeta


参数:x
An object of class sienaMeta, or summary.sienaMeta as appropriate
一个对象的类sienaMeta或summary.sienaMeta


参数:file
Boolean: if TRUE, sends output to file named x$projname.out. If FALSE, output is to the terminal.
布尔值:如果为TRUE,将输出到文件名为x$projname.out。如果为FALSE,输出到终端。


参数:extra
Boolean: if TRUE, prints more information
布尔值:如果为TRUE,打印的更多信息


参数:layout
the vector giving number of rows and columns in the arrangement of the several panels in a  rectangular array, possibly spanning multiple pages
矢量给在矩形阵列中的若干板的布置的数量的行和列中,可能跨越多个页


参数:...
For extra arguments (none used at present)  
对于额外的参数(目前没有使用)


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

The function print.sienaMeta prints details of the merged estimates of the meta-analysis, with test statistics.
的功能print.sienaMeta打印的合并估计的荟萃分析的详细信息,检验统计量。

The function summary.sienaMeta prints details as for the print method, but also details of the sienaFit objects included.
函数summary.sienaMeta显示详细信息为print方法,但也的sienaFit的详细信息对象包括。

Output from either can be directed to a file by using the argument file. It will be appended to any existing file of the same name: projname.out  where projname is the value of the argument to siena08.
可以从任一输出定向到一个文件通过使用参数file。这将是添加到任何现有文件相同的名称:projname.outprojname的参数siena08的价值。

The function plot.sienaMeta plots estimates against standard errors for each effect, with reference lines added at the two-sided  significance threshold 0.05. It returns an object of class trellis, of the lattice.package. Effects for which a score test was requested are not plotted.
该函数plot.sienaMeta的图估计针对每个效果的标准误差,与参考线附加在双面的意义的阈值0.05。它返回一个对象类trellis,lattice。包。不绘制的的得分测试要求的影响。


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


Ruth Ripley, Tom Snijders




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

Multilevel network study of the effects of delinquent behavior on friendship evolution. Journal of Mathematical Sociology, 27: 123–151, 2003.


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


## Not run: [#不运行:]
mymodel <- sienaModelCreate(fn=simstats0c, nsub=2, n3=100)
mynet1 <- sienaNet(array(c(s501, s502), dim=c(50, 50, 2)))
mynet2 <- sienaNet(array(c(s502, s503), dim=c(50, 50, 2)))
mydata1 <- sienaDataCreate(mynet1)
mydata2 <- sienaDataCreate(mynet2)
myeff1 <- getEffects(mydata1)
myeff2 <- getEffects(mydata2)
myeff1 <- setEffect(myeff1, transTrip)
myeff2 <- setEffect(myeff2, transTrip)
myeff1 <- setEffect(myeff1, cycle3, fix=TRUE, test=TRUE)
myeff2 <- setEffect(myeff2, cycle3, fix=TRUE, test=TRUE)
ans1 <- siena07(mymodel, data=mydata1, effects=myeff1, batch=TRUE)
ans2 <- siena07(mymodel, data=mydata2, effects=myeff2, batch=TRUE)
meta <- siena08(ans1, ans2)
meta
summary(meta)
plo <- plot(meta)
plo
plo <- plot(meta, layout = c(1,1))
plo[3]



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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 14:49 , Processed in 0.030893 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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