sienaDataCreate(RSiena)
sienaDataCreate()所属R语言包:RSiena
Function to create a Siena data object
到创建一个锡耶纳的数据对象的功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a Siena data object from input networks, covariates and
锡耶纳的数据对象创建一个输入网络,协
用法----------Usage----------
sienaDataCreate(..., nodeSets=NULL, getDocumentation=FALSE)
参数----------Arguments----------
参数:...
objects of class "sienaNet", "coCovar","varCovar","coDyadCovar", "varDyadCovar", "compositionChange"
的类“sienaNet”,“coCovar”,“varCovar”,的“coDyadCovar”,“varDyadCovar”,“compositionChange的对象”
参数:nodeSets
list of Siena node sets. Default is the single node set named 'Actors', length equal to the number of rows in the first object of class "sienaNet"
锡耶纳节点组的列表。默认是单节点集,名为“演员”,长度相等的行数中的第一个对象类“sienaNet”
参数:getDocumentation
Flag to allow documentation of internal functions, not for use by users.
标志以允许内部函数的文档,而不是用户的使用。
Details
详细信息----------Details----------
Checks that the objects fit, that there is at least one network, and adds various attributes to each dependent variable describing the data. If there is more than one nodeSet they must all be specified.
检查的对象适合的是,有至少一个网络,并添加各种属性描述数据到每个从属变量。如果有一个以上的节点集,他们都必须被指定。
值----------Value----------
An object of class "siena" which is designed to be used in a siena model fit. The components of the object are.
对象类“锡耶纳”,这是设计用来在锡耶纳模型拟合。的对象的组件。
参数:nodeSets
List of node sets involved
列表涉及的节点集
参数:observations
Integer indicating number of waves of data
整数,表示波数据
参数:depvars
List of networks and behavior variables
网络和行为变量列表
参数:cCovars
List of constant covariates
不断的协变量列表
参数:vCovars
List of changing covariates
不断变化的协变量列表
参数:dycCovars
List of constant dyadic covariates
恒定的二元协变量列表
参数:dyvCovars
List of changing dyadic covariates
改变二元协变量列表
参数:compositionChange
List of composition change objects corresponding to the node sets
名单的组合物相对应的变更对象的节点集
(作者)----------Author(s)----------
Ruth Ripley
参考文献----------References----------
<h3>See Also</h3> <code>sienaNet</code>, <code>coCovar</code>, <code>varCovar</code>, <code>coDyadCovar</code>, <code>varDyadCovar</code>,<br>
实例----------Examples----------
mynet1 <- sienaNet(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mynet2 <- sienaNet(s50a, type='behavior')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|