Type: Package Package: TheseusPlot Title: Visualizing Decomposition of Differences in Rate Metrics Version: 0.3.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: Provides tools for decomposing differences in rate metrics between two groups into contributions from individual subgroups and visualizing them as a "Theseus Plot". Inspired by the story of the Ship of Theseus, the method replaces subgroup data from one group with that of another step by step, recalculating the overall metric at each stage to quantify subgroup contributions. A Theseus Plot combines the stepwise progression of a waterfall plot with the comparative bars of a bar chart, offering an intuitive way to understand subgroup-level effects. License: MIT + file LICENSE URL: https://github.com/hoxo-m/TheseusPlot, https://hoxo-m.github.io/TheseusPlot/ BugReports: https://github.com/hoxo-m/TheseusPlot/issues Depends: R (>= 4.1.0) Imports: dplyr, forcats, ggplot2, memoise, R6, rlang, stats, stringr, tibble, tidyr, waterfalls (>= 1.1.4) Suggests: knitr, nycflights13, rmarkdown, testthat (>= 3.0.0) Encoding: UTF-8 Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://hoxo-m.r-universe.dev Date/Publication: 2026-06-17 16:09:13 UTC RemoteUrl: https://github.com/hoxo-m/theseusplot RemoteRef: HEAD RemoteSha: 1b81bc8ea6bd50a60e67003d40f1c30e20341bcb NeedsCompilation: no Packaged: 2026-06-17 18:05:36 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