找回密码
 注册
查看: 331|回复: 0

R语言 RQDA包 relation()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 20:23:38 | 显示全部楼层 |阅读模式
relation(RQDA)
relation()所属R语言包:RQDA

                                         Relation between two codings
                                         2编码中关系

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

To calculate the relation between two codings, given the coding indexes.
为了计算2编码中的关系,给定的编码索引。


用法----------Usage----------


relation(index1, index2)



参数----------Arguments----------

参数:index1
The first coding index, it is length-2 integer vector with the first element (index1[1]) less than the second element (index1[2]).
第一编码索引,它是长度为2的整数的矢量的第一个元素(指数1 [1])小于所述第二元件(指数1 [2])。


参数:index2
The second coding index, it is length-2 integer vector with the first element (index2[1]) less than the second element (index2[2]).
第二编码索引,它是长度为2的整数的矢量的第一个元素(索引2 [1])小于第二个元素(索引2 [2])。


Details

详细信息----------Details----------

The relation between two codings can be any of inclusion, overlap, exact (special case of inclusion and overlap) and proximity (Neither overlap nor inclusion). It should be noted that two adjacent codings are regarded as proximity with distance of 0.
2译码之间的关系可以是任何的包容,重叠,精确的(特殊情况下的包容性和重叠)和接近(不重叠,也不包含)。应当注意的是,两个相邻的编码视为接近距离为0。


值----------Value----------

A 6-element list:
A 6元素的列表:


参数:Relation
Length-1 character, standing for the type of relation. It may be one of inclusion, overlap, exact or proximity.
长度为1的字符,站在关系的类型。这可能是一个包容,重叠,精确或接近。


参数:OverlapIndex
Length-2 vector, the index of overlapping between two coding indexes. It is c(NA,NA) when relation is proximity.
长度-2向量,在两个编码索引的索引重叠。它是C(NA NA)的关系是接近。


参数:UnionIndex
Length-2 vector, the index of union of the two coding indexes. It is c(NA,NA) when relation is proximity.
长度-2向量,工会的两个编码索引的索引。它是C(NA NA)的关系是接近。


参数:Distance
Distance of two coding indexes. It is NA when relation is not proximity.
距离2编码索引。据不适用当关系是不接近。


参数:WhichMin
Which argument (index1 or index2) has the minimum value. If both have the same minmum value, return NA.
参数(索引1索引2)的最低值。如果这两个度量这几种序列具有相同的值,则返回NA。


参数:WhichMax
Which argument (index1 or index2) has the maximum value. If both have the same maxmum value, return NA.
参数(索引1索引2)具有最大的价值。如果两者都具有相同的极值值,返回NA。


(作者)----------Author(s)----------


HUANG Ronggui



实例----------Examples----------


## Not run: [#不运行:]
relation(c(20,30),c(22,28)) # inclusion[包含]
relation(c(10,40),c(20,80)) # overlap[交叠]
relation(c(10,20),c(30,50)) # proximity with distance of 10[接近距离为10]
relation(c(10,20),c(20,50)) # proximity with distance of 0[接近0的距离]
relation(c(10,20),c(10,20)) # exact[确切]
relation(c(10,20),c(10,30)) # WhichMin is c(1,2)[WhichMin是C(1,2)]

## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 18:20 , Processed in 0.025595 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表