Learn R Programming

mgcv (version 1.8-16)

interpret.gam: Interpret a GAM formula

Description

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.

Usage

interpret.gam(gf)

Arguments

gf
A GAM formula as supplied to gam or gamm, or a list of such formulae, as supplied for some gam families.

Value

split.gam.formula with the following items:

References

http://www.maths.bris.ac.uk/~sw15190/

See Also

gam gamm