Package: cumulcalib Title: Cumulative Calibration Assessment for Prediction Models Version: 0.0.1 Authors@R: person("Mohsen", "Sadatsafavi", , "mohsen.sadatsafavi@ubc.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0419-7862")) Description: Tools for visualization of, and inference on, the calibration of prediction models on the cumulative domain. This provides a method for evaluating calibration of risk prediction models without having to group the data or use tuning parameters (e.g., loess bandwidth). This package implements the methodology described in Sadatsafavi and Patkau (2024) . The core of the package is cumulcalib(), which takes in vectors of binary responses and predicted risks. The plot() and summary() methods are implemented for the results returned by cumulcalib(). License: MIT + file LICENSE URL: https://github.com/resplab/cumulcalib Imports: graphics, stats Suggests: knitr, predtools, rmarkdown, markdown, spelling, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Language: en-US Repository: https://resplab.r-universe.dev Date/Publication: 2026-02-05 17:07:31 UTC RemoteUrl: https://github.com/resplab/cumulcalib RemoteRef: HEAD RemoteSha: f90089ee0f13624acae1f7a78309009444bbc632 NeedsCompilation: no Packaged: 2026-06-05 07:16:09 UTC; root Author: Mohsen Sadatsafavi [aut, cre] (ORCID: ) Maintainer: Mohsen Sadatsafavi