ConstructSeqs(RMallow)
ConstructSeqs()所属R语言包:RMallow
Constructs sequences from Kendall Information matricies.
肯德尔信息matricies构造序列。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sequences in a fully-ordered sequence space have a unique Kendall Information vector associated with them. This function creates the sequence from the Kendall information vector.
一个完全有序的序列空间的序列中有一个独特的的肯德尔信息向量与他们。这个函数创建的的肯德尔信息向量的序列。
用法----------Usage----------
ConstructSeqs(prefs, n.abils)
参数----------Arguments----------
参数:prefs
Ordering preference between columns in the data. 1 cooresponds to an increase, 0 to a decrease.
订购中的数据列之间的偏好。 1 cooresponds的增加,减少。
参数:n.abils
Number of columns in the original data set.
在原始数据集的列数。
值----------Value----------
List of fully-ordered sequences, one for each row of prefs.
完全有序序列列表,为每一行的首选项之一。
(作者)----------Author(s)----------
Erik Gregory
实例----------Examples----------
ConstructSeqs(matrix(c(1, 1, 1, 0, 0, 0), nrow = 1), 4)
# Should output (4, 1, 2, 3)[应该输出(4,1,2,3)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|