Type: Package Package: deltatest Title: Statistical Hypothesis Testing Using the Delta Method Version: 0.2.0.9000 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) . 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 Suggests: dplyr, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://hoxo-m.r-universe.dev Date/Publication: 2026-03-13 09:08:03 UTC RemoteUrl: https://github.com/hoxo-m/deltatest RemoteRef: HEAD RemoteSha: f3e730b1756e09184117b34db77d806be77d0921 NeedsCompilation: no Packaged: 2026-06-11 07:48:20 UTC; root 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