CRAN

asymmetry 2.0

Multidimensional Scaling of Asymmetric Data

Released Oct 15, 2018 by Berrie Zielman

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

Dependencies

smacof 1.10-8 gplots 3.0.1

Multidimensional scaling models and methods for the visualization for asymmetric data . An asymmetric matrix has the same number of rows and columns, and these rows and columns refer to the same set of objects. At least some elements in the upper-triangle are different from the corresponding elements in the lower triangle. An example is a student migration table, where the rows correspond to the countries of origin of the students and the columns to the destination countries. This package provides the slide-vector model , a scaling model with unique dimensions and the asymscal model for asymmetric multidimensional scaling. Furthermore, a heat map for skew-symmetric data, and the decomposition of asymmetry are provided for the analysis of asymmetric tables.

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>asymmetry</artifactId>
    <version>2.0-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:asymmetry')

Test Results

This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.