Learn R Programming

tsissm (version 1.0.1)

tsdiagnose.tsissm.estimate: Model Diagnostics

Description

Creates a short summary of model based diagnostics.

Usage

# S3 method for tsissm.estimate
tsdiagnose(object, plot = FALSE, ...)

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.

Arguments

object

an object of class “tsissm.estimate”.

plot

whether to generate diagnostic plots to accompany summary.

...

not currently used.