CRAN

adpss 0.1.1

Design and Analysis of Locally or Globally Efficient Adaptive Designs

Released Sep 20, 2018 by Kosuke Kashiwabara

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

Dependencies

Rcpp

Provides the functions for planning and conducting a clinical trial with adaptive sample size determination. Maximal statistical efficiency will be exploited even when dramatic or multiple adaptations are made. Such a trial consists of adaptive determination of sample size at an interim analysis and implementation of frequentist statistical test at the interim and final analysis with a prefixed significance level. The required assumptions for the stage-wise test statistics are independent and stationary increments and normality. Predetermination of adaptation rule is not required.

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>adpss</artifactId>
    <version>0.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:adpss')

Test Results

This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.

Source

R
C
C++

View GitHub Mirror

Release History