Learn R Programming

scam (version 1.2-17)

print.scam: 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 scam
print(x,...)

Arguments

x

fitted model objects of class scam as produced by scam().

...

other arguments.

Author

Natalya Pya <nat.pya@gmail.com>

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.

References

Wood S.N. (2006) Generalized Additive Models: An Introduction with R. Chapman and Hall/CRC Press.

See Also

scam, summary.scam