KendallInfo(RMallow)
KendallInfo()所属R语言包:RMallow
All information used to calculate Kendall's distance.
所有的信息用于计算Kendall的距离。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Performs each column-wise comparison on a matrix of sequences. A 0 value denotes that there is an increase between the two columns, 1 a decrease, and NA indicates that the column values are identical in the row.
执行每列成对比较矩阵的序列。如果值为0,表示有增加两列之间,减少,NA表示该行中的列的值是相同的。
用法----------Usage----------
KendallInfo(r, inds = NULL)
参数----------Arguments----------
参数:r
Matrix of sequences.
矩阵的序列。
参数:inds
Possibly efficiency increase when doing repeated calculations, currently not used.
也许效率提高时做重复计算,目前未使用。
值----------Value----------
Matrix of 0s, 1s, and NAs representing pairwise comparisons of vector values.
代表两两比较矩阵0秒,1秒,和NAS的矢量值。
(作者)----------Author(s)----------
Erik Gregory
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|