powered by
Faster implementation of the vector version of lmtest::grangertest() which uses a vectorised lag operation.
lmtest::grangertest()
ms_grangertest1(x, y, order = 1, na.action = stats::na.omit, ...)
Anova object
either a bivariate series (in which case y has to be missing) or a univariate series of observations.
a univariate series of observations (if x is univariate, too).
number of lags (in frames).
a function for eliminating NAs after aligning the series x and y.
passed to lmtest::waldtest().
lmtest::waldtest()
Other Granger Causality: autoplot.GrangerTime(), get_granger_interactions(), granger_test(), map_to_granger_test(), ms_condgrangertest(), ms_grangertest2(), plot.GrangerInteraction(), plot_influence_diagram()
autoplot.GrangerTime()
get_granger_interactions()
granger_test()
map_to_granger_test()
ms_condgrangertest()
ms_grangertest2()
plot.GrangerInteraction()
plot_influence_diagram()
data(ChickEgg, package = "lmtest") ms_grangertest1(ChickEgg, order = 3)
Run the code above in your browser using DataLab