CRAN
wPerm 1.0.1
Permutation Tests
Released Nov 4, 2015 by Neil A. Weiss
Supplies permutation-test alternatives to traditional hypothesis-test procedures such as two-sample tests for means, medians, and standard deviations; correlation tests; tests for homogeneity and independence; and more. Suitable for general audiences, including individual and group users, introductory statistics courses, and more advanced statistics courses that desire an introduction to permutation tests.
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>wPerm</artifactId> <version>1.0.1-b38</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:wPerm')
Test Results
This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.
- bmi-examples
- control-examples
- elmendorf-examples
- energy-examples
- experimental-examples
- learning-examples
- perm.hom.test-examples
- perm.ind.loc-examples
- perm.ind.spread-examples
- perm.ind.test-examples
- perm.oneway.anova-examples
- perm.paired.loc-examples
- perm.relation-examples
- relig.and.ed-examples
- salary-examples
- self-examples
- spouse.ages-examples
- water-examples