| formula.scam {scam} | R 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 |
... |
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
[Package scam version 1.2-17 Index]