RSiena-package(RSiena)
RSiena-package()所属R语言包:RSiena
Simulation Investigation for Empirical Network Analysis
网络分析的实证模拟研究
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fits models to longitudinal sets of networks.
适用于网络的纵向套。
Details
详细信息----------Details----------
Use siena07 to fit a model.
使用siena07拟合模型。
Data objects can be created via the Gui displayed by siena01Gui, via <br> sienaDataCreateFromSession or directly from matrices and vectors using sienaNet, coCovar etc.\ and finally sienaDataCreate.
数据可以通过创建对象的siena01Gui显示的图形用户界面,通过<BR> sienaDataCreateFromSession或直接从矩阵和向量的使用sienaNet,coCovar等\,最后sienaDataCreate。
Effects are selected using an effects object, which can be created using getEffects.
选择使用对象,可以使用getEffects的影响。
Control of the fitting requires a model object, which can be created by sienaModelCreate.
的装修需要控制的模型对象,可以创建sienaModelCreate。
More detailed help is available in the manual which you can display using <br> RShowDoc("RSiena_Manual", package="RSiena")
更详细的说明可以在手册中,您可以显示使用<BR> RShowDoc("RSiena_Manual", package="RSiena")
(作者)----------Author(s)----------
Ruth Ripley, Krists Boitmanis.
Maintainer: RSiena developers <rsiena@stats.ox.ac.uk>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
mynet1 <- sienaNet(array(c(tmp3, tmp4), dim=c(32, 32, 2)))
mydata <- sienaDataCreate(mynet1)
myeff <- getEffects(mydata)
mymodel <- sienaModelCreate(findiff=FALSE, fn=simstats0c, nsub=2, n3=100)
ans <- siena07(mymodel, data=mydata, effects=myeff, batch=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|