| diagchk.tfm | R Documentation |
Produces diagnostic plots for residuals of a fitted transfer function model.
## S3 method for class 'tfm'
diagchk(
mdl,
y = NULL,
method = c("exact", "cond"),
lag.max = NULL,
lags.at = NULL,
freq.at = NULL,
std = TRUE,
envir = NULL,
...
)
mdl |
A fitted |
y |
Optional |
method |
Character: "exact" or "cond" for residual calculation. |
lag.max |
Maximum lag for ACF/PACF plots. |
lags.at |
Specific lags to display in ACF/PACF. |
freq.at |
Specific frequencies for cumulative periodogram. |
std |
Logical. If TRUE, standardizes residuals. |
envir |
Environment for evaluation. NULL uses calling environment. |
... |
Additional arguments passed to |
Generates five diagnostic plots: time series plot of residuals,
histogram, ACF, PACF, and cumulative periodogram. Uses the ide
function for plotting.
tfm, tsdiag.tfm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.