tsdiagnose.tsissm.estimate {tsissm} | R Documentation |
Model Diagnostics
Description
Creates a short summary of model based diagnostics.
Usage
## S3 method for class 'tsissm.estimate'
tsdiagnose(object, plot = FALSE, ...)
Arguments
object |
an object of class “tsissm.estimate”. |
plot |
whether to generate diagnostic plots to accompany summary. |
... |
not currently used. |
Value
A list of tests including the weighted Ljung-Box test for residual
autocorrelation, system forecastability test, and outlier dates using the
Rosner test (rosnerTest
). Optionally generates a plot
of relevant diagnostics.
[Package tsissm version 1.0.1 Index]