bicTable(SDisc)
bicTable()所属R语言包:SDisc
BIC table of an SDisc analysis
BIC表的SDisc分析
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns for each combination of model, number of mixtures and random initialization seed the BIC score (Bayesian Information Criterion). Besides the absolute BIC score, we report, too, those same BIC score but
返回值的每一种组合的模型,混合物和随机初始化种子的BIC打分(贝叶斯信息准则)的数量。除了绝对BIC得分,我们的报告,也一样,这些相同的BIC得分,但
用法----------Usage----------
## Default S3 method:[默认方法]
bicTable(x, ...)
## S3 method for class 'bicTable'
print(x, n=NULL, modelName=NULL, G=NULL, latex=FALSE, lab="bic5", ...)
## S3 method for class 'bicTable'
summary(object, fun="min", bic="relativeBic", latex=FALSE, lab="bic", fmt="%.2f", ...)
参数----------Arguments----------
参数:x
an SDisc analysis
SDisc分析
参数:n
either null for the whole BIC table, or a number between 0 and 1 for those models having a relative difference at most n% worst than the most likely one (BIC), or a number greater than one returning the ordered table of the best n models.
无论是整个BIC表,则返回null,或0和1之间的数字,这些模型在最n%最差的比最有可能的(BIC),或大于1的数,返回有序表的相对差异的最好n模型。
参数:modelName
limit the table to those models of type modelName
到那些类型modelName的模型限制表
参数:G
limit the table to those models with G components
这些模型G组件限制表
参数:latex
whether the table must be returned as a LaTeX source code (for dynamic reporting)
该表是否必须返回作为一个LaTeX源代码(动态报告)
参数:lab
the label of the latex table
胶乳表的标签
参数:object
a bicTable object
bicTable对象
参数:fun
the name of the function call for the main estimate of the table, by default the min relatie BIC is searched for
的名称的函数调用的表的主估计,默认情况下,min的relatie的BIC搜索
参数:bic
either relativeBic -by default-, or BIC
无论是relativeBic在默认情况下,或BIC
参数:fmt
the format for the numbers in the table, by default two digits after the comma (see sprintf)
表中的数据的格式,默认情况下,后两位数字的逗号(见sprintf)
参数:...
additional parameters passed to subfunctions, e.g. texTable
额外的参数传递给子功能,例如: texTable
Details
详细信息----------Details----------
summary returns an aggregated summary of the repeated data modeling performed for different combinations of number of mixture components, number of mixture model parameters and random initialization start. For each combination, it reports the best BIC score relatively to the top-ranking one along with the 95% range of BIC scores.
summary返回一个聚合的进行不同的组合的混合物组分的数量,混合模型参数的数量,并随机初始化开始的重复数据建模概要。对于每一种组合,它报告了最好的BIC得分比较,以一流的BIC分数的95%范围内。
(作者)----------Author(s)----------
Fabrice Colas
参见----------See Also----------
bicTable, SDisc, texTable
bicTable,SDisc,texTable
实例----------Examples----------
settings <- SDDataSettings(iris)
settings['Species',] <- c(NA,FALSE, NA, NA, NA, NA)
x <- SDisc(iris, settings=settings, prefix='iris')
bicTable(x)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|