tsp.granger | R Documentation |
Perform Granger causality block test based on Wald Chi-Squared
tsp.granger(model)
model |
VAR object created with vars::VAR() |
tibble class data with causality test for each pair
library(tseries.plot) library(vars) data("Canada") tsp.granger(VAR(Canada,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.