CRAN

MGSDA 1.4

Multi-Group Sparse Discriminant Analysis

Released Jun 8, 2016 by Irina Gaynanova

This package is available for Renjin and there are no known compatibility issues.

Dependencies

MASS 7.3-50

Implements Multi-Group Sparse Discriminant Analysis proposal of I.Gaynanova, J.Booth and M.Wells (2015), Simultaneous sparse estimation of canonical vectors in the p>>N setting, JASA, to appear,[DOI:10.1080/01621459.2015.1034318].

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>MGSDA</artifactId>
    <version>1.4-b36</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:MGSDA')

Test Results

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

Source

R
C

View GitHub Mirror

Release History