CRAN

abtest 0.1.3

Bayesian A/B Testing

Released May 9, 2019 by Quentin F. Gronau

This package can be loaded by Renjin but all tests failed.

Dependencies

Rcpp mvtnorm 1.0-10 Matrix 1.2-17 plotrix 3.7-5 RColorBrewer 1.1-2 VGAM 1.1-1 sn 1.5-3 truncnorm 1.0-8

Provides functions for Bayesian A/B testing including prior elicitation options based on Kass and Vaidyanathan (1992) .

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

Test Results

This package was last tested against Renjin 0.9.2726 on May 11, 2019.

Source

R
C++

View GitHub Mirror

Release History