sienaFit.methods(RSiena)
sienaFit.methods()所属R语言包:RSiena
Methods for processing sienaFit objects
处理sienaFit对象的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
print, summary, and xtable methods for sienaFit objects.
print,summary和xtable方法sienaFit对象。
用法----------Usage----------
## S3 method for class 'sienaFit'
print(x, tstat=TRUE, ...)
## S3 method for class 'sienaFit'
summary(object, ...)
## S3 method for class 'summary.sienaFit'
print(x, ...)
## S3 method for class 'sienaFit'
xtable(x, caption = NULL, label = NULL, align = NULL,
digits = NULL, display = NULL, ...)
参数----------Arguments----------
参数:object
An object of class sienaFit
对象的类sienaFit
参数:x
An object of class sienaFit, or summary.sienaFit as appropriate
一个对象的类sienaFit或summary.sienaFit
参数:tstat
Boolean: add the t-statistics for convergence to the report
布尔:添加的t-统计收敛的报告
参数:caption
See documentation for xtable
请参阅文档xtable
参数:label
See documentation for xtable
请参阅文档xtable
参数:align
See documentation for xtable
请参阅文档xtable
参数:digits
See documentation for xtable
请参阅文档xtable
参数:display
See documentation for xtable
请参阅文档xtable
参数:...
Add extra parameters for print.xtable here. e.g. type, file
添加额外参数print.xtable这里。例如type,file
值----------Value----------
The function print.sienaFit prints a table containing estimated parameter values, standard errors and (optionally) t-statistics for convergence.
函数print.sienaFit打印一个表,其中包含的参数估计值,标准差和(可选)t-统计量收敛。
The function summary.sienaFit prints a table containing estimated parameter values, standard errors and t-statistics for convergence together with the covariance matrix of the estimates, the derivative matrix of expected statistics X by parameters, and the covariance matrix of the expected statistics X.
函数summary.sienaFit打印的表包含预期的统计X参数,和协方差矩阵的导数矩阵的协方差矩阵的估计,估计的参数值,标准差和t-统计收敛预期的统计数字X。
The function xtable.sienaFit creates an object of class xtable.sienaFit which inherits from class xtable and passes an extra arguments to the print.xtable.
的功能xtable.sienaFit创建类的一个对象xtable.sienaFit继承自类xtable和传递一个额外的参数到的print.xtable。
(作者)----------Author(s)----------
Ruth Ripley
参考文献----------References----------
参见----------See Also----------
xtable, print.xtable,
xtable,print.xtable,
实例----------Examples----------
mymodel <- sienaModelCreate(fn=simstats0c, nsub=2, n3=100)
mynet1 <- sienaNet(array(c(tmp3, tmp4), dim=c(32, 32, 2)))
mydata <- sienaDataCreate(mynet1)
myeff <- getEffects(mydata)
ans <- siena07(mymodel, data=mydata, effects=myeff, batch=TRUE)
ans
summary(ans)
xtable(ans, type='html', file='ans.html')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|