CRAN

WRS2 1.0-0

A Collection of Robust Statistical Methods

Released Jun 6, 2019 by Patrick Mair

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

Dependencies

MASS 7.3-51.4 mc2d 0.1-18 plyr 1.8.4 reshape 0.8.8

A collection of robust statistical methods based on Wilcox' WRS functions. It implements robust t-tests (independent and dependent samples), robust ANOVA (including between-within subject designs), quantile ANOVA, robust correlation, robust mediation, and nonparametric ANCOVA models based on robust location measures.

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>WRS2</artifactId>
    <version>1.0-0-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:WRS2')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.