crossCodes(RQDA)
crossCodes()所属R语言包:RQDA
Inter-codes relationship
码间的关系
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return a matrix, give a summary of inter-codes relationship.
返回一个矩阵,代码间的关系得到的摘要。
用法----------Usage----------
crossCodes(relation=c("overlap","inclusion","exact","proximity"),codeList=NULL,
data=GetCodingTable(),print=TRUE,...)
crossTwoCodes(cid1,cid2,data,relation=c("overlap","inclusion","exact","proximity"),...)
参数----------Arguments----------
参数:relation
The relation between codes
码之间的关系
参数:codeList
A character vector, the codes list on which the inter-code relationship is based
一种字符矢量,其上的代码列表的码间的关系是基于
参数:data
Data frame return by GetCodingTable,may be subset of the full coding table
数据框架的回报率的GetCodingTable,可能是全编码表的子集
参数:print
When TRUE, print the results automatically
TRUE时,自动打印结果
参数:cid1
Length-1 code id. It is numeric.
长度为1的ID码。它是数字。
参数:cid2
Length-1 code id. It is numeric.
长度为1的ID码。它是数字。
参数:...
... is not used yet.
...现在还没有用到。
Details
详细信息----------Details----------
The inter-codes relationship calculation is based on the relationship between the associated codings of the codes.
代码间的关系计算是基于相关联的编码中的代码之间的关系上。
Giving the code name list (a character list), crossCodes returns the inter-relationship of 2 or more than 2 codes. crossCodes make heavy use of for loops, so it may takes a while to get the result when the coding table is large.
提供的代码名称列表(字符列表),crossCodes返回2个或多于2码的相互关系。 crossCodes大量使用for循环,因此可能需要一段时间才能得到结果时,编码表是大。
crossTwoCodes returns the summary of inter-codes relationship of two codes based on the code id (each code id is a length-1 integer vector).
crossTwoCodes返回码间关系的两个代码的基础上的代码的id(每个码id是一个长度为1的整数的向量)的摘要。
值----------Value----------
For crossCodes, it is a matrix. The upper matrix contains the number of codings fitting the relation between the respective two codes. the lower matrix is all NA. rownames of the matrix is the name of the codes , and the colnames of the matrix is the corresponding id of codes.
对于crossCodes,它是一个矩阵。上部的矩阵包含的编码中,嵌合的相应两个之间的关系的代码的数量。较低的矩阵是NA。矩阵的行名的是代码的名称,该矩阵的列名的代码对应的id。
For crossCodes, it is a numeric vector.
对于crossCodes,它是一个数值向量。
参见----------See Also----------
relation
relation
实例----------Examples----------
## Not run: [#不运行:]
crossCodes()
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|