tsdiagnose.tsissm.estimate | R Documentation |
Creates a short summary of model based diagnostics.
## S3 method for class 'tsissm.estimate'
tsdiagnose(object, plot = FALSE, ...)
object |
an object of class “tsissm.estimate”. |
plot |
whether to generate diagnostic plots to accompany summary. |
... |
not currently used. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.