full.score(mgcv)
full.score()所属R语言包:mgcv
GCV/UBRE score for use within nlm
GCV的/ UBRE得分为NLM内使用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Evaluates GCV/UBRE score for a GAM, given smoothing parameters. The routine calls gam.fit to fit the model, and is usually called by nlm to optimize the smoothing parameters.
评估GCV / UBRE一个自由亚齐运动成绩,给予平滑参数。例程调用gam.fit适合的模型,通常是由nlm呼吁优化平滑参数。
This is basically a service routine for gam, and is not usually called directly by users. It is only used in this context for GAMs fitted by outer iteration (see gam.outer) when the the outer method is "nlm.fd" (see gam argument optimizer).
这基本上是一个gam的服务程序,通常不是由用户直接调用。它仅用于安装外部循环GAMS在这方面(见gam.outer)时,外层的方法是"nlm.fd"(见gam说法optimizer)。
用法----------Usage----------
full.score(sp,G,family,control,gamma,...)
参数----------Arguments----------
参数:sp
The logs of the smoothing parameters
平滑参数的日志
参数:G
a list returned by mgcv:::gam.setup
mgcv:::gam.setup返回列表
参数:family
The family object for the GAM.
自由亚齐运动的家庭对象。
参数:control
a list returned be gam.control
返回一个列表是gam.control
参数:gamma
the degrees of freedom inflation factor (usually 1).
自由通货膨胀因素的程度(通常为1)。
参数:...
other arguments, typically for passing on to gam.fit.
其他参数,通常用于传递给gam.fit。
值----------Value----------
The value of the GCV/UBRE score, with attribute "full.gam.object" which is the full object returned by gam.fit.
GCV / UBRE评分值与属性,"full.gam.object"是gam.fit返回完整的对象。
作者(S)----------Author(s)----------
Simon N. Wood <a href="mailto:simon.wood@r-project.org">simon.wood@r-project.org</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|