print.scam {scam} | R Documentation |
Print a SCAM object
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
.
Usage
## S3 method for class 'scam'
print(x,...)
Arguments
x |
fitted model objects of class |
... |
other arguments. |
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.
Author(s)
Natalya Pya <nat.pya@gmail.com>
References
Wood S.N. (2006) Generalized Additive Models: An Introduction with R. Chapman and Hall/CRC Press.
See Also
[Package scam version 1.2-17 Index]