CRAN
jmuOutlier 1.5
Permutation Tests for Nonparametric Statistics
Released Jun 24, 2019 by Steven T. Garren
Performs a permutation test on the difference between two location parameters, a permutation correlation test, a permutation F-test, the Siegel-Tukey test, a ratio mean deviance test. Also performs some graphing techniques, such as for confidence intervals, vector addition, and Fourier analysis; and includes functions related to the Laplace (double exponential) and triangular distributions. Performs power calculations for the binomial test.
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>jmuOutlier</artifactId> <version>1.5-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:jmuOutlier')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.
- CI.t.test-examples
- abbreviation-examples
- coin.toss-examples
- dlaplace-examples
- dtriang-examples
- fourier-examples
- latin-examples
- lineGraph-examples
- perm.cor.test-examples
- perm.f.test-examples
- perm.test-examples
- plaplace-examples
- plotCI-examples
- plotEcdf-examples
- plotVector-examples
- power.binom.test-examples
- ptriang-examples
- qlaplace-examples
- qtriang-examples
- quantileCI-examples
- rlaplace-examples
- rmd.test-examples
- rtriang-examples
- score-examples
- siegel.test-examples
- truncHist-examples