Package: staccuracy
Title: Standardized Accuracy and Other Model Performance Metrics
Version: 0.2.0
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 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
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli, dplyr, purrr, rlang, stringr, tidyr
URL: https://github.com/tripartio/staccuracy,
        https://tripartio.github.io/staccuracy/
BugReports: https://github.com/tripartio/staccuracy/issues
NeedsCompilation: no
Packaged: 2024-11-06 12:04:20 UTC; chitu.okoli
Author: Chitu Okoli [aut, cre] (<https://orcid.org/0000-0001-5574-7572>)
Maintainer: Chitu Okoli <Chitu.Okoli@skema.edu>
Repository: CRAN
Date/Publication: 2024-11-06 12:50:02 UTC
