CRAN
GroupSeq 1.3.5
A GUI-Based Program to Compute Probabilities Regarding Group Sequential Designs
Released Apr 11, 2018 by Roman Pahl
A graphical user interface to compute group sequential designs based on normally distributed test statistics, particularly critical boundaries, power, drift, and confidence intervals of such designs. All computations are based on the alpha spending approach by Lan-DeMets with various alpha spending functions being available to choose among.
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>GroupSeq</artifactId> <version>1.3.5-b2</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:GroupSeq')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- GroupSeq.calculateEqualBounds_E1
- GroupSeq.calculateEqualBounds_E2
- GroupSeq.calculateEqualBounds_E3
- GroupSeq.computeAlphaLevel_E1
- GroupSeq.computeAlphaLevel_E10
- GroupSeq.computeAlphaLevel_E11
- GroupSeq.computeAlphaLevel_E12
- GroupSeq.computeAlphaLevel_E13
- GroupSeq.computeAlphaLevel_E14
- GroupSeq.computeAlphaLevel_E2
- GroupSeq.computeAlphaLevel_E3
- GroupSeq.computeAlphaLevel_E4
- GroupSeq.computeAlphaLevel_E5
- GroupSeq.computeAlphaLevel_E6
- GroupSeq.computeAlphaLevel_E7
- GroupSeq.computeAlphaLevel_E8
- GroupSeq.computeAlphaLevel_E9
- GroupSeq.computeBounds_E1
- GroupSeq.computeBounds_E2
- GroupSeq.computeBounds_E3
- GroupSeq.computeBounds_E4
- groupseq-examples
- testthat