Interpret a GAM formula
This is an internal function of package mgcv
. It is a service routine for
gam
which splits off the strictly parametric part of the model formula, returning
it as a formula, and interprets the smooth parts of the model formula.
Not normally called directly.
interpret.gam(gf, extra.special = NULL)
An object of class split.gam.formula
with the following items:
pf |
A model formula for the strictly parametric part of the model. |
pfok |
TRUE if there is a |
smooth.spec |
A list of class |
full.formula |
An expanded version of the model formula in which the options are fully expanded, and the options do not depend on variables which might not be available later. |
fake.formula |
A formula suitable for use in evaluating a model frame. |
response |
Name of the response variable. |
Simon N. Wood simon.wood@r-project.org
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.