CRAN

multcomp 1.4-10

Simultaneous Inference in General Parametric Models

Released Mar 5, 2019 by Torsten Hothorn

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

Dependencies

codetools 0.2-16 survival 2.43-3 TH.data 1.0-10 mvtnorm 1.0-10 sandwich 2.5-0

Simultaneous tests and confidence intervals for general linear hypotheses in parametric models, including linear, generalized linear, linear mixed effects, and survival models. The package includes demos reproducing analyzes presented in the book "Multiple Comparisons Using R" (Bretz, Hothorn, Westfall, 2010, CRC Press).

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>multcomp</artifactId>
    <version>1.4-10-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:multcomp')

Test Results

This package was last tested against Renjin 0.9.2724 on Mar 7, 2019.