smirnov-package(smirnov)
smirnov-package()所属R语言包:smirnov
Provides two taxonomic coefficients from E. S. Smirnov "Taxonomic analysis" (1969) book
提供两种分类系数,从ES横溢的“分类分析”(1969)一书
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This tiny package contains one function smirnov() which calculates two scaled taxonomic coefficients, Txy (coefficient of similarity) and Txx (coefficient of originality). These two characteristics may be used for the analysis of similarities between any number of taxonomic groups, and also for assessing uniqueness of giving taxon. It is possible to use smirnov() output as a distance measure: convert it to distance by "as.dist(1 - smirnov(x))"
这个微小的包中包含一个功能斯米尔诺夫(),其计算两种尺度的分类系数,TXY(相似系数)和TXX(原创性系数)。这两个特点,可用于在任意数量的生物分类群之间的相似性的分析,也可用于评估给分类单元的唯一性。它是能够使用作为距离度量斯米尔诺夫()输出:由“as.dist(1 - 斯米尔诺夫(x)的)将其转换为距离”
Details
详细信息----------Details----------
</table>
</ TABLE>
(作者)----------Author(s)----------
Alexey Shipunov (with help of Eugenij Altshuler)\
Maintainer: Alexey Shipunov <plantago@herba.msu.ru>
参考文献----------References----------
Smirnov E. S. 1969. Taxonomical analysis. Moscow, Moscow University Publishers. [in Russian].
实例----------Examples----------
# Simple example from p. 44 of Smirnov's book:[从p的简单的例子。 44横溢的书:]
s1 <- c(1,0,1,0,0,1,1,0,0)
s2 <- c(1,0,0,1,1,0,0,1,0)
s3 <- c(0,1,1,0,1,0,0,0,1)
smirnov(rbind(s1, s2, s3))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|