Package: mccount Title: Estimate Recurrent Event Burden with Competing Risks Version: 0.1.1.9000 Authors@R: person("Kenneth A.", "Taylor", , "kenneth.taylor.dpt@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-3205-9280")) Description: Calculates mean cumulative count (MCC) to estimate the expected cumulative number of recurrent events per person over time in the presence of competing risks and censoring. Implements both the Dong-Yasui equation method and sum of cumulative incidence method described in Dong, et al. (2015) . Supports inverse probability weighting for causal inference as outlined in Gaber, et al. (2023) . Provides S3 methods for printing, summarizing, plotting, and extracting results. Handles grouped analyses and integrates with 'ggplot2' for visualization. License: MIT + file LICENSE URL: https://github.com/KennethATaylor/mccount, https://kennethataylor.github.io/mccount/ BugReports: https://github.com/KennethATaylor/mccount/issues Depends: R (>= 4.1.0) Imports: cards, cli, cmprsk, data.table, dplyr, glue, lifecycle, rlang, stringr, tibble, tidyr Suggests: boot, ggplot2 (>= 3.5.0), knitr, MatchIt, mstate, optmatch, patchwork, rmarkdown, spelling, survival, testthat (>= 3.0.0), WeightIt, withr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/Needs/website: rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://kennethataylor.r-universe.dev Date/Publication: 2025-11-14 14:01:35 UTC RemoteUrl: https://github.com/kennethataylor/mccount RemoteRef: HEAD RemoteSha: e2222cbf5c2942fa42709a53d3083a36d6520226 NeedsCompilation: no Packaged: 2026-07-14 08:57:28 UTC; root Author: Kenneth A. Taylor [aut, cre, cph] (ORCID: ) Maintainer: Kenneth A. Taylor