powered by
Description of scam formula (see gam of the mgcv package for Details), and how to extract it from a fitted scam object.
scam
gam
mgcv
The function is a clone of formula.gam of the mgcv package.
formula.gam
# S3 method for scam formula(x,...)
fitted model objects of class scam as produced by scam().
scam()
un-used in this case
Returns the model formula, x$formula. Provided so that anova methods print an appropriate description of the model.
x$formula
anova
see formula.gam for details.