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

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

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

                                         Boolean operation on codings.
                                         编码中的布尔运算。

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

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

Return the result codings of the Boolean operation.
返回结果编码中的布尔运算。


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


and(CT1, CT2)

or(CT1, CT2)

not(CT1, CT2)



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

参数:CT1
Coding of code one.  
编码的代码1。


参数:CT2
Coding of code two.  
编码的代码2。


Details

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

CT1 and CT2 are subset of getCodingTable of a specific code or returned value of getCodingsByOne. In former situation, only columns of "index1", "index2","fid","filename" from CT1 and CT2 are  used by this function.
CT1和CT2的getCodingTable:一个特定的代码的子集或返回值的getCodingsByOne。在以往的情况下,只列“索引1”,“索引2”,“FID”,“文件名”从CT1和CT2使用此功能。

These functions are the same as %and%, %or%, %not%.
这些功能是相同%and%,%or%,%not%。


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

An object of class "codingsByOne" and "data.frame". It consists:
对象类“codingsByOne”和“数据框”。它包括:


参数:index1

参数:index2

参数:fid

参数:filename

参数:rowid

参数:coding
The codings, or the text segements.
的编码或文字分水。


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



Ronggui HUANG




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

relation, GetCodingTable, %and%
relation,GetCodingTable,%and%


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


## Not run: [#不运行:]
a <- getCodingTable()
c1 <- subset(a,cid==6)
c2 <- subset(a,cid==24)
ans <- and(c1, c2)
ans ## put it into a widget for inspection[#把它变成一个部件检查]

## another way to do the same[#另一种方式做同样的]
and(getCodingsByOne(6), getCodingsByOne(24))

## or operator[或操作员]
or(getCodingsByOne(6), getCodingsByOne(24))

## not operator[#NOT运算符]
not(getCodingsByOne(6), getCodingsByOne(24))

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

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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