CRAN

GFD 0.2.6

Tests for General Factorial Designs

Released Sep 29, 2018 by Sarah Friedrich

This package can be loaded by Renjin but all tests failed. An older version of this package is more compatible with Renjin.

Dependencies

magic 1.5-8 plyr 1.8.4 Matrix 1.2-14 MASS 7.3-51 plotrix 3.7-4

Implemented are the Wald-type statistic, a permuted version thereof as well as the ANOVA-type statistic for general factorial designs, even with non-normal error terms and/or heteroscedastic variances, for crossed designs with an arbitrary number of factors and nested designs with up to three factors.

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>GFD</artifactId>
    <version>0.2.6-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:GFD')

Test Results

This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.