print.scam | R Documentation |
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 class 'scam'
print(x,...)
x |
fitted model objects of class |
... |
other arguments. |
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.
Natalya Pya <nat.pya@gmail.com>
Wood S.N. (2006) Generalized Additive Models: An Introduction with R. Chapman and Hall/CRC Press.
scam
, summary.scam
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.