View source: R/tsp.var.resid.R
tsp.var.resid | R Documentation |
Residuals plot from VAR model
tsp.var.resid(model)
model |
'varest' class object from vars::VAR() |
grobs object from gridExtra::grid.arrange()
library(tseries.plot) library(vars) data("Canada") model <- VAR(Canada,3) tsp.var.resid(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.