CRAN

doBy 4.6-1

Groupwise Statistics, LSmeans, Linear Contrasts, Utilities

Released Mar 20, 2018 by Søren Højsgaard

This package can be loaded by Renjin but 3 out 30 tests failed.

Dependencies

Matrix 1.2-12 plyr 1.8.4 magrittr 1.5 MASS 7.3-49 dplyr 0.7.4

Contains: 1) Facilities for working with grouped data: 'do' something to data stratified 'by' some variables. 2) LSmeans (least-squares means), general linear contrasts. 3) Miscellaneous other utilities.

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>doBy</artifactId>
    <version>4.6-1-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:doBy')

Test Results

This package was last tested against Renjin 0.9.2615 on Mar 27, 2018.