CRAN

multicon 1.6

Multivariate Constructs

Released Feb 2, 2015 by Ryne A. Sherman

This package can be loaded by Renjin but 13 out 74 tests failed.

Dependencies

abind 1.4-3 psych 1.8.3.3 mvtnorm 1.0-7 sciplot 1.1-1 foreach 1.4.4

Includes functions designed to examine relationships among multivariate constructs (e.g., personality). This includes functions for profile (within-person) analysis, dealing with large numbers of analyses, lens model analyses, and structural summary methods for data with circumplex structure. The package also includes functions for graphically comparing and displaying group means.

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>multicon</artifactId>
    <version>1.6-b42</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:multicon')

Test Results

This package was last tested against Renjin 0.9.2622 on Apr 7, 2018.

Source

R

View GitHub Mirror

Release History