CRAN
miscor 0.1-1
Miscellaneous Functions for the Correlation Coefficient
Released Apr 2, 2017 by Takuya Yanagida
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>
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.
- comptest.cor-examples
- conf.cor-examples
- par.cor-examples
- plot.seqtest-examples
- print.comptest.cor-examples
- print.conf.cor-examples
- print.par.cor-examples
- print.seqtest-examples
- print.size-examples
- print.test.cor-examples
- scatterplot-examples
- seqtest.cor-examples
- sim.cor-examples
- size.cor-examples
- test.cor-examples
- update.seqtest-examples