CRAN

msos 1.1.0

Data Sets and Functions Used in Multivariate Statistics: Old School by John Marden

Released Apr 27, 2017 by James Balamuta

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

Dependencies

mclust 5.4 tree 1.0-39

Contains necessary Multivariate Analysis methods and data sets used in John Marden's book Multivariate Statistics: Old School (2015) . This is also serves as a companion package for the STAT 571: Multivariate Analysis course at the University of Illinois at Urbana-Champaign (UIUC).

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>msos</artifactId>
    <version>1.1.0-b14</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:msos')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History