Dear useRs,

The package vars, implementing multivariate time series models VAR and VECM, has been updated to version 1.4.7

The new changes are:

-the compatibility with the sandwich/lmtest package, which allows to use heteroskedasticity consistent (HC) covariance estimators, to do inference on the parameters taking into account heteroskedasticity of unknown form.

-Implementation of a heteroskedasticity robust Granger causality test with HC covariance and/or a wild bootstrap

Example:
library(vars)
data(Canada)
va<-VAR(Canada, p=2)
coeftest(va, vcov.=vcovHC)
causality(va, vcov.=vcovHC, boot=TRUE)

Best

Matthieu Stigler

_______________________________________________
R-packages mailing list
r-packa...@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to