Usage
## S3 method for class 'ARMA':
l(obj1, obj2, sampleT=NULL, predictT=NULL,result=NULL,
error.weights=0, compiled=.DSECOMPILED, warn=TRUE,
return.debug.info=FALSE, ...)
Arguments
obj1
an 'ARMA' 'TSmodel' object.
sampleT
an integer indicating the number of periods of data to use.
predictT
an integer to what period forecasts should be extrapolated.
result
if non-NULL then the returned value is only the sub-element indicated by
result. result can be a character string or integer.
error.weights
a vector of weights to be applied to the
squared prediction errors.
compiled
indicates if a call should be made to the compiled
code for computation. A FALSE value is mainly for testing purposes.
warn
if FALSE then certain warning messages are turned off.
return.debug.info
logical indicating if additional debugging
information should be returned.
...
(further arguments, currently disregarded).