CRAN

ascrda 1.15

Augmented SCRDA

Released Dec 15, 2011 by

This package can be loaded by Renjin but 1 out 12 tests failed.

Dependencies

pamr 1.55 rda 1.0.2-2.1 sfsmisc 1.1-2 MASS 7.3-50 class 7.3-14 nnet 7.3-12 e1071 1.7-0

Uses nearest neighbor autocovariates with SCRDA, provides cross-validation functions for the delete-d method, a simulation method is provided for generating synthetic microarray data, a consistent and simple interface is provided for functions from other R packages for SCRDA, PAM, SVM, DLDA, kNN.

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>ascrda</artifactId>
    <version>1.15-b241</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:ascrda')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.

Source

R

View GitHub Mirror

Release History