print.gam(mgcv)
print.gam()所属R语言包:mgcv
Print a Generalized Additive Model object.
打印广义相加模型对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The default print method for a gam object.
为gam对象的默认打印方法。
用法----------Usage----------
## S3 method for class 'gam'
print(x, ...)
参数----------Arguments----------
参数:x, ...
fitted model objects of class gam as produced by gam().
拟合模型对象类gamgam()作为生产。
Details
详情----------Details----------
Prints out the family, model formula, effective degrees of freedom for each smooth term, and optimized value of the smoothness selection criterion used. See gamObject (or names(x)) for a listing of what the object contains. summary.gam provides more detail.
打印出的家庭,模型公式,每个平稳长期有效自由度,平滑选择使用标准的优化值。看到gamObject(names(x))为对象所包含的上市。 summary.gam提供了更多的细节。
Note that the optimized smoothing parameter selection criterion reported is one of GCV, UBRE(AIC), GACV, negative log marginal likelihood (ML), or negative log restricted likelihood (REML).
注意优化平滑参数的选择标准报告是GCV的,UBRE(AIC),GACV,负日志边际似然(ML),或负对数限制的可能性(REML法)。
作者(S)----------Author(s)----------
Simon N. Wood <a href="mailto:simon.wood@r-project.org">simon.wood@r-project.org</a>
参考文献----------References----------
Chapmand and Hall, Boca Raton, Florida.
参见----------See Also----------
gam, summary.gam
gam,summary.gam
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|