pwrAB: Power Analysis for AB Testing

Power analysis for AB testing. The calculations are based on the Welch's unequal variances t-test, which is generally preferred over the Student's t-test when sample sizes and variances of the two groups are unequal, which is frequently the case in AB testing. In such situations, the Student's t-test will give biased results due to using the pooled standard deviation, unlike the Welch's t-test.

Getting started

Package details

AuthorWilliam Cha [aut, cre]
MaintainerWilliam Cha <william.minseuk.cha@gmail.com>
LicenseGPL (>= 3)
Version0.1.0
URL http://github.com/williamcha/pwrAB
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("pwrAB")

Try the pwrAB package in your browser

Any scripts or data that you put into this service are public.

pwrAB documentation built on May 2, 2019, 9:21 a.m.