summaryCodings(RQDA)
summaryCodings()所属R语言包:RQDA
Summary of codings
摘要译码
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Give a summary of codings of current project.
给编码中当前项目的概要。
用法----------Usage----------
summaryCodings(byFile = FALSE, ...)
## S3 method for class 'SummaryCoding'
print(x, ...)
参数----------Arguments----------
参数:byFile
When it is FALSE, return the summary of current project. When it is TRUE, return the summary of coding for each coded file.
当它为FALSE,则返回当前项目的总结。当它为TRUE,则返回的编码每个编码文件的摘要。
参数:x
An object returned by SummaryCoding.
返回的对象SummaryCoding。
参数:...
Other possible arguments.
其他可能的参数。
值----------Value----------
A list:
一个列表:
参数:NumOfCoding
Number of coding for each code.
对于每个码的编码数目。
参数:AvgLength
Average number of characters in codings for each code.
平均每个代码中的字符编码中。
参数:NumOfFile
Number of files coded for each code.
用于每个码编码的文件数目。
参数:CodingOfFile
Number of codings for each file. Returns NULL if byFile is FALSE.
数编码中的每个文件。返回NULL,如果byFile FALSE。
(作者)----------Author(s)----------
HUANG Ronggui
参见----------See Also----------
getFileIds and getCodingTable
getFileIds和getCodingTable
实例----------Examples----------
## Not run: [#不运行:]
summaryCodings()
summaryCodings(FALSE)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|