https://github.com/cran/dse
Raw File
Tip revision: ab08892d097753cdf4449136af92b9e9fb89871c authored by Paul Gilbert on 01 December 2009, 00:00:00 UTC
version 2009.12-1
Tip revision: ab08892
residuals.TSestModel.Rd
\name{residuals.TSestModel}
\alias{residuals.TSestModel}

\title{Calculate the residuals for an object}
\usage{
    \method{residuals}{TSestModel}(object, ...)
}
\arguments{
    \item{object}{an object.}
    \item{...}{additional arguments passed to stats::residuals.}
}
\description{
   Calculate the residuals for an object.
}

\value{A time series matrix.}
\details{
    Calculates the residuals (prediction minus data).}
\author{Paul Gilbert}
\keyword{internal}

back to top