CRAN

miscor 0.1-1

Miscellaneous Functions for the Correlation Coefficient

Released Apr 2, 2017 by Takuya Yanagida

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

Statistical test for the product-moment correlation coefficient based on H0: rho = rho0 including sample size computation, statistical test for comparing the product-moment correlation coefficient in independent ad dependent samples, sequential triangular test for the product-moment correlation coefficient, partial and semipartial correlation, simulation of bivariate normal and non-normal distribution with a specified correlation.

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>miscor</artifactId>
    <version>0.1-1-b12</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:miscor')

Test Results

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

Source

R

View GitHub Mirror

Release History