Learn R Programming

gets (version 0.26)

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

...

further arguments passed to or from other methods

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.

Details

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

See Also

getsm, getsv, getsFun