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