formula.scam: SCAM formula

View source: R/scam.r

formula.scamR Documentation

SCAM formula

Description

Description of scam formula (see gam of the mgcv package for Details), and how to extract it from a fitted scam object.

The function is a clone of formula.gam of the mgcv package.

Usage

## S3 method for class 'scam'
formula(x,...)

Arguments

x

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

...

un-used in this case

Details

see formula.gam for details.

Value

Returns the model formula, x$formula. Provided so that anova methods print an appropriate description of the model.

See Also

scam


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