CRAN

algstat 0.0.2

Algebraic statistics in R

Released Dec 6, 2014 by David Kahle

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

Dependencies

mpoly 0.0.5 Rcpp reshape2 1.4 stringr 0.6.2

algstat provides functionality for algebraic statistics in R. Current applications include exact inference in log-linear models for contingency table data, analysis of ranked and partially ranked data, and general purpose tools for multivariate polynomials, building on the mpoly package. To aid in the process, algstat has ports to Macaulay2, Bertini, LattE-integrale and 4ti2.

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>algstat</artifactId>
    <version>0.0.2-b250</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:algstat')

Test Results

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

Source

R
C++

View GitHub Mirror

Release History