twilight.permute.pair(twilight)
twilight.permute.pair()所属R语言包:twilight
Permutation matrix of paired class labels
配对类标签的置换矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function returns a matrix where each row is a (un)balanced permutation of the input twosample class labels.
该函数返回的每一行是一个矩阵,其中,(联合国)平衡输入twosample类标签的排列。
用法----------Usage----------
twilight.permute.pair(v, m, bal = TRUE)
参数----------Arguments----------
参数:v
A binary vector representing class labels in original order. Pairs must be in the same order.
一个二进制向量代表在原来的秩序类的标签。对必须在同一顺序。
参数:m
A numerical value giving the number of permutations.
一个数值排列。
参数:bal
Logical value. Results in balanced or unbalanced permutations.
逻辑值。结果在平衡或不平衡的排列。
值----------Value----------
Returns a matrix where each row contains one permuted vector of class labels. Note that even for balanced permutations, the first row always contains the original vector.
返回一个矩阵,其中每行包含一个类的标签置换向量。请注意,甚至为均衡排列,第一行始终包含原始向量。
作者(S)----------Author(s)----------
Stefanie Scheid <a href="http://www.molgen.mpg.de/~scheid">http://www.molgen.mpg.de/~scheid</a>
参考文献----------References----------
参见----------See Also----------
twilight.permute.unpair, twilight.combi
twilight.permute.unpair,twilight.combi
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|