CRAN

multilaterals 1.0

Transitive Index Numbers for Cross-Sections and Panel Data

Released Sep 7, 2017 by Edoardo Baldoni

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

Dependencies

ape 5.1 igraph 1.2.1

Computing transitive (and non-transitive) index numbers (Coelli et al., 2005 ) for cross-sections and panel data. For the calculation of transitive indexes, the EKS (Coelli et al., 2005 ; Rao et al., 2002 ) and Minimum spanning tree (Hill, 2004 ) methods are implemented. Traditional fixed-base and chained indexes, and their growth rates, can also be derived using the Paasche, Laspeyres, Fisher and Tornqvist formulas.

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>multilaterals</artifactId>
    <version>1.0-b13</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:multilaterals')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History