print.scam(scam)
print.scam()所属R语言包:scam
Print a SCAM object
打印一个骗局对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The default print method for a scam object. The code is a clone of print.gam of the mgcv package with a slight simplification since only two methods of smoothing parameter selection (by GCV or UBRE) was implemented for scam.
默认的打印方法一个scam对象。的代码是一个克隆的print.gam的mgcv包有轻微的简化,因为只有两个方法的平滑参数的选择(GCV或UBRE)实施scam。
用法----------Usage----------
## S3 method for class 'scam'
print(x,...)
参数----------Arguments----------
参数:x
fitted model objects of class scam as produced by scam().
拟合模型对象的类scam生产scam()。
参数:...
other arguments.
其他参数。
Details
详细信息----------Details----------
As for mgcv(gam) prints out the family, model formula, effective degrees of freedom for each smooth term, and optimized value of the smoothness selection criterion used.
mgcv(gam)打印出的系列,型号公式,每个平滑术语有效的自由度,以及优化的平滑选择标准的价值。
(作者)----------Author(s)----------
Natalya Pya <nat.pya@gmail.com>
参考文献----------References----------
参见----------See Also----------
scam, summary.scam
scam,summary.scam
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|