Package: pwrAB
Type: Package
Title: Power Analysis for AB Testing
Version: 0.1.0
Authors@R: person("William", "Cha", email = "william.minseuk.cha@gmail.com", 
               role = c("aut", "cre"))
Maintainer: William Cha <william.minseuk.cha@gmail.com>
Description: 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.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: stats
URL: http://github.com/williamcha/pwrAB
BugReports: http://github.com/williamcha/pwrAB/issues
Depends: R (>= 3.3.1)
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-06-06 06:57:46 UTC; william
Author: William Cha [aut, cre]
Repository: CRAN
Date/Publication: 2017-06-06 10:19:03 UTC
Built: R 4.3.0; ; 2023-04-12 04:13:41 UTC; unix
