CRAN

oc 1.01

Optimal Classification Roll Call Analysis Software

Released Feb 8, 2018 by James Lo

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

Dependencies

pscl 1.5.2

Estimates optimal classification (Poole 2000) scores from roll call votes supplied though a 'rollcall' object from package 'pscl'.

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>oc</artifactId>
    <version>1.01-b5</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:oc')

Test Results

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

Source

R
C
Fortran

View GitHub Mirror

Release History