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

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

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

                                         Binary operations of some types of RQDA objects
                                         二进制操作的某些类型的RQDA对象

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

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

Binary operations of RQDA.vector or codingsByOne.
二元运算的RQDA.vector或codingsByOne。


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


e1 %and% e2

e1 %or% e2

e1 %not% e2



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

参数:e1
a RQDA object.
一个RQDA对象。


参数:e2
a RQDA object.
一个RQDA对象。


Details

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

e1 and e2 can be objects of class "RQDA.vector" includes classes of "fileId", "fileName", "caseId", "caseName". They can be objects of class "codingsByOne", see getCodingsByOne. e1 and e2 must be the same class.
e1和e2,可以是对象的类“RQDA.vector”,包括类的“FILEID”,“文件名”中,“caseId”,“caseName”。他们可以是对象的类“codingsByOne”,看到getCodingsByOne。 e1和e2必须是相同的类。

For class of "RQDA.vector", %and% is the intersect of e1 and e2. %or% is the union of e1 and e2. %not% is the defined as setdiff(e1, e2).
对于类“RQDA.vector”,%and%是intersect e1和e2。 %or%是union e1和e2。 %not%是,定义为setdiff(e1, e2)。


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

an object with the same structure and class of e1 and e2.
具有相同的结构和类e1和e2的目的。


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


HUANG Ronggui



参见----------See Also----------

intersect, union, setdiff
intersect,union,setdiff


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


## Not run: [#不运行:]
filesCodeByAnd(1:2) %and% filesCodeByAnd(3) ## files coded by 1 and 2 as well as 3[#编写的文件1和2以及3]
filesCodeByAnd(1:2) %or% filesCodeByAnd(3) ## files coded by 1 and 2 or 3[#由1和2或3进行编码的文件]
filesCodeByAnd(1:2) %not% filesCodeByAnd(3) ## files coded by 1 and 2 but not 3[#编写的文件1和2,但不是3]

getCodingsByOne(1) %or% getCodingsByOne(2) ## codings of 1 or 2.[#1或2的编码中。]

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

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 17:30 , Processed in 0.028056 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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