Learn R Programming

dse (version 2020.2-1)

residuals.TSestModel: Calculate the residuals for an object

Description

Calculate the residuals for an object.

Usage

# S3 method for 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).