formula.gam {mgcv} | R Documentation |
Extracts the formula from a fitted gam
object.
formula.gam(x,...)
x |
fitted model objects of class gam (see gamObject ) as produced by gam() . |
... |
un-used in this case |
Returns x$formula
. Provided so that anova
methods
print an appropriate description of the model.
A model formula.
Simon N. Wood simon.wood@r-project.org