varCovar(RSiena)
varCovar()所属R语言包:RSiena
Function to create a changing covariate object.
函数来创建一个不断变化的协变量的对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates a changing covariate object from a matrix.
这个函数创建一个不断变化的协变量对象从一个矩阵。
用法----------Usage----------
varCovar(val, nodeSet='Actors')
参数----------Arguments----------
参数:val
Matrix of covariate values, one row for each actor, one column for each period.
矩阵的协变量值,对每个演员的一列,一列各个时期。
参数:nodeSet
Character string containing the name of the associated node set
相关联的节点集的名称的字符串,它包含
Details
详细信息----------Details----------
When part of a Siena data object, the covariate is assumed to be associated with node set nodeSet of the Siena data object.
当部分的,协变量一个锡耶纳的数据对象被假定为与节点集的锡耶纳的数据对象的节点集。
值----------Value----------
Returns the covariate as an object of class 'varCovar', in which form it can be used as an argument to SienaData.create.
返回的协对象类的varCovar“,在这种形式中,它可以作为一个参数传递给SienaData.create。
(作者)----------Author(s)----------
Ruth Ripley
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
myvarCovar <- varCovar(s50a)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|