Type: Package
Package: deltatest
Title: Statistical Hypothesis Testing Using the Delta Method
Version: 0.2.0
Authors@R: c(
    person("Koji", "Makiyama", , "hoxo.smile@gmail.com", role = c("aut", "cre", "cph")),
    person("Kazuyuki", "Sano", role = c("ctb", "wdc")),
    person("Shinichi", "Takayanagi", , "shinichi.takayanagi@gmail.com", role = "med"),
    person("Daisuke", "Ichikawa", role = "exp"),
    person("LY Corporation Analytics Solution Enhancement Team", role = "spn")
  )
Description: Statistical hypothesis testing using the Delta method as
    proposed by Deng et al. (2018) <doi:10.1145/3219819.3219919>. This
    method replaces the standard variance estimation formula in the Z-test
    with an approximate formula derived via the Delta method, which can
    account for within-user correlation.
License: MIT + file LICENSE
URL: https://github.com/hoxo-m/deltatest,
        https://hoxo-m.github.io/deltatest/
BugReports: https://github.com/hoxo-m/deltatest/issues
Depends: R (>= 4.1.0)
Imports: broom, glue, R6 (>= 2.6.1), rlang, stats, tibble
Suggests: dplyr, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-03-09 13:03:41 UTC; akagi
Author: Koji Makiyama [aut, cre, cph],
  Kazuyuki Sano [ctb, wdc],
  Shinichi Takayanagi [med],
  Daisuke Ichikawa [exp],
  LY Corporation Analytics Solution Enhancement Team [spn]
Maintainer: Koji Makiyama <hoxo.smile@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-09 13:20:02 UTC
Built: R 4.7.0; ; 2026-04-28 04:51:48 UTC; windows
