CRAN

gsrsb 1.1.1

Group Sequential Refined Secondary Boundary

Released Jun 25, 2019 by Jiangtao Gou

This package is available for Renjin and there are no known compatibility issues.

Dependencies

xtable 1.8-4 mvtnorm 1.0-11 ldbounds 1.1-1

A gate-keeping procedure to test a primary and a secondary endpoint in a group sequential design with multiple interim looks. Computations related to group sequential primary and secondary boundaries. Refined secondary boundaries are calculated for a gate-keeping test on a primary and a secondary endpoint in a group sequential design with multiple interim looks. The choices include both the standard boundaries and the boundaries using error spending functions. Version 1.0.0 was released on April 12, 2017. See Tamhane et al. (2018), "A gatekeeping procedure to test a primary and a secondary endpoint in a group sequential design with multiple interim looks", Biometrics, 74(1), 40-48.

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>gsrsb</artifactId>
    <version>1.1.1-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:gsrsb')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.

Source

R

View GitHub Mirror

Release History