rowWilcoxon(siggenes)
rowWilcoxon()所属R语言包:siggenes
Rowwise Wilcoxon Rank Sum Statistics
rowwise Wilcoxon秩和统计。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes either the Wilcoxon Rank Sum or Signed Rank Statistics for all rows of a matrix simultaneously.
计算无论是Wilcoxon秩和或签署排名统计,同时一个矩阵的所有行。
用法----------Usage----------
rowWilcoxon(X, cl, rand = NA)
参数----------Arguments----------
参数:X
a matrix in which each row corresponds to a variable, and each column to an observation/sample.
矩阵中每一行对应一个变量,每列以观察/样品。
参数:cl
a numeric vector consisting of ones and zeros. The length of cl must be equal to the number of observations. If cl consists of zeros and ones, Wilcoxon Rank Sums are computed. If cl contains only ones, Wilcoxon Signed Rank Statistics are calculated.
一个数字1和0组成的向量。 cl长度必须相等的若干意见。 cl如果0和1组成,Wilcoxon秩和的计算。 cl如果只包含的,Wilcoxon符号秩统计量的计算。
参数:rand
Sets the random number generator into a reproducible state. Ignored if Wilcoxon rank sums are computed, or X contains no zeros.
重现的状态设置成随机数发生器。如果秩金额计算,或X不包含零忽略。
Details
详情----------Details----------
If there are ties, then the ranks of the observations belonging to the same group of tied observations will be set to the maximum rank available for the corresponding group.
如果有关系,然后在属于绑观测同一组的意见的队伍将被设置到相应的组的最高排名。
值----------Value----------
A numeric vector containing Wilcoxon rank statistics for each row of X.
一个数字的向量每个X行秩统计。
作者(S)----------Author(s)----------
Holger Schwender, <a href="mailto:holger.schw@gmx.de">holger.schw@gmx.de</a>
参见----------See Also----------
wilc.stat,wilc.ebam
wilc.stat,wilc.ebam
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|