CRAN
abtest 0.1.3
Bayesian A/B Testing
Released May 9, 2019 by Quentin F. Gronau
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>
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.
- ab_test-examples
- ab_test.basic_ab_test_works
- dprior-examples
- dprior.prior_density_integrates_to_one
- elicit_prior-examples
- elicit_prior.elicit_prior_works
- plot_posterior-examples
- plot_prior-examples
- plot_sequential-examples
- pprior-examples
- prob_wheel-examples
- qprior-examples
- simulate_priors-examples
- testthat