topTable(a4Core)
topTable()所属R语言包:a4Core
S4 Generic for obtaining a top table
获得S4通用顶级表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
a top table is a rectangular object (e.g. data frame) which lists the top n most relevant variables
顶级表是一个长方形的对象(如数据框),其中列出了前n最相关的变量
用法----------Usage----------
topTable(fit, n, ...)
参数----------Arguments----------
参数:fit
object for which to obtain a top table, generally a fit object for a given model class
对象为获得顶级表,合适的对象一般为一个给定的模型类
参数:n
number of features (variables) to list in the top table, ranked by importance
(变量)功能列出的顶级表,按重要性排名
参数:...
further arguments for specific methods
具体方法的进一步论点
作者(S)----------Author(s)----------
Tobias Verbeke
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|