gssObj {STAR}R Documentation

Generic Function and Methods for Extracting a gss object

Description

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.

Usage

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, ...)

Arguments

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

Value

A gssanova or a gssanova0 object.

Author(s)

Christophe Pouzat christophe.pouzat@gmail.com

See Also

gssanova, gssanova0, gsspsth, gsspsth0, gsslockedTrain, gsslockedTrain0

Examples

##

[Package STAR version 0.2-2 Index]