diagnostics_plot.bigtime.VARX {bigtime}R Documentation

diagnostics_plot function for VARX models

Description

Not supposed to be called directly. Rather call diagnostics_plot

Usage

## S3 method for class 'bigtime.VARX'
diagnostics_plot(mod, variable = 1, dates = NULL)

Arguments

mod

VARX model estimated using sparseVARX

variable

Variable to show. Either numeric (which column) or character (variable name)

dates

Optional Date vector.


[Package bigtime version 0.2.3 Index]