| gamObj {STAR} | R Documentation |
Some functions of STAR, like gampsth and
gamlockedTrain perform gam fits internally and keep as a list
component or within the environment of a returned function the result
of this fit. Method gamObj extracts this gam object.
gamObj(object, ...) ## S3 method for class 'gampsth': gamObj(object, ...) ## S3 method for class 'gamlockedTrain': gamObj(object, ...)
object |
an object containing a gamObject. Currently the
result of a call to gampsth or to
gamlockedTrain.
|
... |
not used for now |
Christophe Pouzat christophe.pouzat@gmail.com
gam,
gamObject,
gampsth,
gamlockedTrain
##