CRAN

vars 1.5-3

VAR Modelling

Released Aug 6, 2018 by Bernhard Pfaff

This package can be loaded by Renjin but 7 out 26 tests failed.

Dependencies

sandwich 2.5-0 urca 1.3-0 lmtest 0.9-36 MASS 7.3-50 strucchange 1.5-1

Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error variance decomposition and impulse response functions of VAR models and estimation of SVAR and SVEC models.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>vars</artifactId>
    <version>1.5-3-b2</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:vars')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.