CRAN

nonparaeff 0.5-8

Nonparametric Methods for Measuring Efficiency and Productivity

Released Feb 22, 2013 by Dong-hyun Oh

This package can be loaded by Renjin but 14 out 16 tests failed.

Dependencies

lpSolve 5.6.6 geometry 0.3-2 Hmisc 3.10-1 pwt 7.1-0 gdata 2.12.0 rms 3.6-3 psych 1.2.12

This package contains functions for measuring efficiency and productivity of decision making units (DMUs) under the framework of Data Envelopment Analysis (DEA) and its variations.

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>nonparaeff</artifactId>
    <version>0.5-8-b32</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:nonparaeff')

Test Results

This package was last tested against Renjin 0.8.2500 on Oct 27, 2017.

Source

R

View GitHub Mirror

Release History