Hi,
I have the very same problem of this here
http://grokbase.com/t/r/r-help/111d386yn9/r-standard-errors-in-johansen-test,
I replicated all the steps in the Papar:
http://cran.r-project.org/web/packages/vars/vignettes/vars.pdf
untill here:
R> vecm <- ca.jo(Canada[, c("rw",
Hi Walter,
The paper can be found at
http://cran.r-project.org/web/packages/vars/vignettes/vars.pdf It seems
that you need the "vars" library before trying the function you mention.
What happens if you do the following?
install.packages("vars")
require(vars)
?cajorls
?ca.jo
HTH,
Jorge
On Wed
Dear all,
I have a question. How to get the standard errors of alpha and beta
when using "ca.jo" to test cointergration?
In the paper by Bernhard Pfaff and Kronberg im Taunus âVAR, SVAR and SVEC
Models: Implementation Within R Packageâ pp.24-25. The standard errors are
listed on the table
3 matches
Mail list logo