CRAN
algstat 0.0.2
Algebraic statistics in R
Released Dec 6, 2014 by David Kahle
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>
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.
- Amaker-examples
- Emaker-examples
- Mmaker-examples
- Pmaker-examples
- Smaker-examples
- Tmaker-examples
- Umaker-examples
- condorcet-examples
- hmat-examples
- is.bertini-examples
- kprod-examples
- lower-examples
- lpnorm-examples
- mchoose-examples
- ones-examples
- print.hierarchical-examples
- print.polyOptim-examples
- print.spectral-examples
- print.tableau-examples
- projectOnto-examples
- projectOntoPerp-examples
- rvotes-examples
- subsets-examples
- summary.bertini-examples
- tab2vec-examples
- teshape-examples
- upper-examples
- vec2tab-examples