CRAN

MESS 0.5.5

Miscellaneous Esoteric Statistical Scripts

Released Jan 14, 2019 by Claus Thorn Ekstrøm

This package can be loaded by Renjin but 11 out 89 tests failed.

Dependencies

glmnet 2.0-16 kinship2 1.6.4 geepack 1.2-1 Matrix 1.2-15 MASS 7.3-51.1 mvtnorm 1.0-8 geeM 0.10.1 Rcpp RcppArmadillo 0.9.200.5.0

A mixed collection of useful and semi-useful diverse statistical functions, some of which may even be referenced in The R Primer book.

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>MESS</artifactId>
    <version>0.5.5-b1</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:MESS')

Test Results

This package was last tested against Renjin 0.9.2719 on Jan 16, 2019.