print.scam: Print a SCAM object

print.scamR 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 scam as produced by scam().

...

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

scam, summary.scam


scam documentation built on June 22, 2024, 10:43 a.m.