CRAN

asht 0.9.3

Applied Statistical Hypothesis Tests

Released Oct 14, 2017 by Michael P. Fay

This package can be loaded by Renjin but 2 out 12 tests failed.

Dependencies

coin 1.2-2 bpcp 1.3.4 exactci 1.3-3 exact2x2 1.6.2 ssanv 1.1 perm 1.0-0.0

Some hypothesis test functions (sign test, median and other quantile tests, Wilcoxon signed rank test, coefficient of variation test, test of normal variance, test on weighted sums of Poisson, sample size for t-tests with different variances and non-equal n per arm, Behrens-Fisher test, nonparametric ABC intervals, Wilcoxon-Mann-Whitney test) with a focus on non-asymptotic methods that have matching confidence intervals.

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>asht</artifactId>
    <version>0.9.3-b9</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:asht')

Test Results

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

Source

R

View GitHub Mirror

Release History