Prints out the contents of an object created by summarizeFactors
打印出的内容创建的对象通过summarizeFactors
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An object with class "factorSummaries" is the input. Such an object should be created with the function rockchalk::summarizeFactors. Each element in that list is then organized for printing in a tabular summary. This should look almost like R's own summary function, except for the additional information that these factor summaries include.
输入对象与类“factorSummaries”是。这样的对象应该创建,与的功能rockchalk :: summarizeFactors“。在该列表中的每个元素,然后打印表格摘要举办。这看起来几乎像R的自己总结的功能,除了额外的信息,这些因素总结。
用法----------Usage----------
## S3 method for class 'factorSummaries'
print(x, ...)
参数----------Arguments----------
参数:x
A factorSummaries object produced by summarizeFactors
一个factorSummaries对象产生的summarizeFactors
参数:...
optional arguments. Only value currently used is digits.
可选参数。只有目前使用的是数字。
值----------Value----------
A table of formatted output
格式化输出的表
(作者)----------Author(s)----------
Paul E. Johnson <pauljohn@ku.edu>
参见----------See Also----------
summary and summarize, summarizeFactors
summary和summarize,summarizeFactors