getCodingsByOne(RQDA)
getCodingsByOne()所属R语言包:RQDA
Return codings of one code.
返回的一个码的译码。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
get codings of a code.
获得编码中的代码。
用法----------Usage----------
getCodingsByOne(cid, fid=NULL,codingTable=c("coding","coding2"))
参数----------Arguments----------
参数:cid
code id, an integer.
编号,一个整数。
参数:fid
file id, an integer vector.
文件ID,整数向量。
参数:codingTable
name of coding table.
编码表的名称。
Details
详细信息----------Details----------
It gets codings of a code with cid from files which are specified by fid.
它得到译码的代码从FID指定的文件,这些文件的CID。
值----------Value----------
a data frame with additional class of "codingsByOne".
一个数据框与其他类“codingsByOne”。
(作者)----------Author(s)----------
Ronggui HUANG
参见----------See Also----------
%and%, %or%, %not%
%and%,%or%,%not%
实例----------Examples----------
## Not run: [#不运行:]
getCodingsByOne(1)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|