Rdocumentation
powered by
Learn R Programming
dse (version 2014.11-1)
residuals.TSestModel: Calculate the residuals for an object
Description
Calculate the residuals for an object.
Usage
## S3 method for class 'TSestModel': residuals(object, ...)
Arguments
object
an object.
...
additional arguments passed to stats::residuals.
Value
A time series matrix.
Details
Calculates the residuals (prediction minus data).