Hi all, I am working on exporting "Johansen test statistics" (Johansen test: "ca.jo" in package "urca")to Excel. The problem is that the function output is not a number, but like this:
##################################################### # Johansen-Procedure Unit Root / Cointegration Test # ##################################################### The value of the test statistic is: 2.7821 9.5965 I want only (2.7821,9.5965), but I don't know how to "extract" these numbers from the output. The output object is of type "S4". Can anyone please help me? Thanks. -- View this message in context: http://r.789695.n4.nabble.com/Johansen-test-tp2399545p2399545.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.