Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

google/abpackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

abpackage

An R package for AB testing leveraging pre-period information

The abpackage implements PrePost, a Bayesian approach for the estimation of the treatment effect in A/B testing. When pre-period data are available, the method leverages the pre-period to get a more accurate estimate of the treatment effect.

The abpackage assumes that the observations are Normally distributed both in the pre-period and the post-period. Furthermore, the package assumes that the observations in treatment and control groups are identically distributed in the pre-period.

Installation

install.packages("devtools")
library(devtools)
devtools::install_github("google/abpackage")
library(abpackage)

Getting Started

Documentation and examples

Manuscript

Percent Change Estimation in Large Scale Online Experiments

About

An R package for AB testing leveraging pre-period information

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages