CRAN

ANOVAreplication 1.1.3

Test ANOVA Replications by Means of the Prior Predictive p-Value

Released Jan 27, 2018 by M. A. J. Zondervan-Zwijnenburg

This package can be loaded by Renjin but 6 out 8 tests failed.

Dependencies

shiny 1.0.5 quadprog 1.5-5

Allows for the computation of a prior predictive p-value to test replication of relevant features of original ANOVA studies. Relevant features are captured in informative hypotheses. The package also allows for the computation of sample sizes for new studies, post-hoc power calculations, and comes with a Shiny application in which all calculations can be conducted as well.

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>ANOVAreplication</artifactId>
    <version>1.1.3-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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:ANOVAreplication')

Test Results

This package was last tested against Renjin 0.9.2592 on Jan 29, 2018.

Source

R

View GitHub Mirror

Release History