Learn R Programming

gpDDE (version 0.8.2)

DDEdiag: Time Series Diagnostics for the Residuals

Description

A function to plot time-series diagnostics of the residuals from a generalized profiling DDE model.

Usage

DDEdiag(y, times, fitted, use.TSA = FALSE, ...)

Arguments

y
Matrix of observed data values.
times
Vector observation times for the data.
fitted
The functional data object for the estimated state process.
use.TSA
TURE or FALSE. Whether to use TSA package to perfor the diagnostics.
...
Additional arguments for tsdiag function.

Value

None. Diagnostics are plotted.

See Also

tsdiag