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