CRAN

OGI 1.0.0

Objective General Index

Released Dec 20, 2017 by Masaki Hamada

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

Dependencies

lpSolve 5.6.13

Consider a data matrix of n individuals with p variates. The objective general index (OGI) is a general index that combines the p variates into a univariate index in order to rank the n individuals. The OGI is always positively correlated with each of the variates. More details can be found in Sei (2016) .

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>OGI</artifactId>
    <version>1.0.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:OGI')

Test Results

This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.

Source

R

View GitHub Mirror

Release History