CRAN

TFDEA 0.9.8.3

Technology Forecasting using DEA (Data Envelopment Analysis)

Released Mar 30, 2015 by Tom Shott

This package can be loaded by Renjin but all tests failed.

Dependencies

lpSolveAPI 5.5.2.0-17

The TFDEA algorithm for technology forecasts when future products will be introduced based upon their features. It also includes DEA (Data Envelopment Analysis) functions including extensions dealing with with infeasibility. In addition it includes some standard technology forecasting data sets.

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>TFDEA</artifactId>
    <version>0.9.8.3-b245</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:TFDEA')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.

Source

R

View GitHub Mirror

Release History