| formula.scam {scam} | R Documentation |
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.
## S3 method for class 'scam' formula(x,...)
x |
fitted model objects of class |
... |
un-used in this case |
see formula.gam for details.
Returns the model formula, x$formula. Provided so that anova methods
print an appropriate description of the model.