Package: staccuracy Title: Standardized Accuracy and Other Model Performance Metrics Version: 0.2.2 Authors@R: person("Chitu", "Okoli", , "Chitu.Okoli@skema.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5574-7572")) Language: en-US Description: Standardized accuracy (staccuracy) is a framework for expressing accuracy scores such that 50% represents a reference level of performance and 100% is a perfect prediction. The 'staccuracy' package provides tools for creating staccuracy functions as well as some recommended staccuracy measures. It also provides functions for some classic performance metrics such as mean absolute error (MAE), root mean squared error (RMSE), and area under the receiver operating characteristic curve (AUCROC), as well as their winsorized versions when applicable. License: MIT + file LICENSE Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: autogam, testthat (>= 3.0.0) Imports: cli, dplyr, methods, purrr, rlang, stringr, tidyr Depends: R (>= 4.2.0) URL: https://github.com/tripartio/staccuracy, https://tripartio.github.io/staccuracy/ BugReports: https://github.com/tripartio/staccuracy/issues Config/pak/sysreqs: libicu-dev Repository: https://tripartio.r-universe.dev Date/Publication: 2025-02-23 14:24:58 UTC RemoteUrl: https://github.com/tripartio/staccuracy RemoteRef: HEAD RemoteSha: a112bf9df372771068bac79db4bd7726f55636c4 NeedsCompilation: no Packaged: 2026-07-03 05:40:28 UTC; root Author: Chitu Okoli [aut, cre] (ORCID: ) Maintainer: Chitu Okoli