CRAN

MSMwRA 1.3

Multivariate Statistical Methods with R Applications

Released Aug 7, 2018 by Hasan BULUT

This package can be loaded by Renjin but no tests could be found for the package.

Data sets in the book entitled "Multivariate Statistical Methods with R Applications", H.Bulut (2018). The book will be published in Turkish and the original name of this book will be "R Uygulamalari ile Cok Degiskenli Istatistiksel Yontemler".

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>MSMwRA</artifactId>
    <version>1.3-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:MSMwRA')

Source

R

View GitHub Mirror

Release History