getCodingTable(RQDA)
getCodingTable()所属R语言包:RQDA
Get the information of codings
获取信息的译码
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get the information of codings.
获取的信息的译码。
用法----------Usage----------
GetCodingTable()
Details
详细信息----------Details----------
Codings are stored in the coding table of *.rqda file. The coding table contains necessary information, but not informative to end-users. For example, it has id of code list and file list, but not the name of them, which are stored in freecode table and source table respectively. GetCodingTable joins information from the three tables, and returns more informative data. See value section on the the returned components.
编码中的编码表的*。rqda中文件存储在。编码表中包含必要的信息,但没有信息给最终用户。例如,它具有id的代码列表和文件列表,但没有它们的名称,它们被存储在freecode表和源表分别。 GetCodingTable加入从三个表中的信息,并返回更翔实的数据。返回的组件的值部分。
值----------Value----------
A data frame:
数据框:
参数:cid
Code id
ID码的
参数:fid
File id
文件ID
参数:codename
Code name, in accordance with cid
代码名称,按照CID
参数:filename
File name, in accordance with fid
文件名,按照FID
参数:CodingLength
The number of characters in the coding
在编码的字符数
参数:index1
beginning index of a coding
开始索引的编码
参数:index2
end index of a coding
结束索引编码
(作者)----------Author(s)----------
HUANG Ronggui
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|