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
.
# S3 method for scam
print(x,...)
fitted model objects of class scam
as produced by scam()
.
other arguments.
Natalya Pya <nat.pya@gmail.com>
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.
Wood S.N. (2006) Generalized Additive Models: An Introduction with R. Chapman and Hall/CRC Press.
scam
, summary.scam