Learn R Programming

gets (version 0.29)

gets: General-to-Specific (GETS) Modelling

Description

Generic function that enables new GETS and ISAT methods for new classes

Usage

gets(x, ...)

##wrapper to getsm() and getsv(): # S3 method for arx gets(x, spec=NULL, ...)

Arguments

x

an object of class 'arx' used to select a method

spec

NULL (default), "mean" or "variance". If "mean", then getsm is called. If "variance", then getsv is called. If NULL, then it is automatically determined whether GETS-modelling of the mean or log-variance specification should be undertaken.

...

further arguments passed to or from other methods

Details

gets.arx is a convenience wrapper to getsm and getsv.

See Also

getsm, getsv, getsFun