Standardized accuracy (staccuracy) is framework for expressing accuracy scores such that 50% represents a reference level of performance and 100% is 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.
Version: | 0.1.0 |
Imports: | cli, dplyr, purrr, rlang, utils |
Suggests: | testthat (≥ 3.0.0) |
Published: | 2024-10-03 |
DOI: | 10.32614/CRAN.package.staccuracy |
Author: | Chitu Okoli [aut, cre] |
Maintainer: | Chitu Okoli <Chitu.Okoli at skema.edu> |
BugReports: | https://github.com/tripartio/staccuracy/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/tripartio/staccuracy, https://tripartio.github.io/staccuracy/ |
NeedsCompilation: | no |
Language: | en-US |
Materials: | README NEWS |
CRAN checks: | staccuracy results |
Reference manual: | staccuracy.pdf |
Package source: | staccuracy_0.1.0.tar.gz |
Windows binaries: | r-devel: staccuracy_0.1.0.zip, r-release: staccuracy_0.1.0.zip, r-oldrel: staccuracy_0.1.0.zip |
macOS binaries: | r-release (arm64): staccuracy_0.1.0.tgz, r-oldrel (arm64): staccuracy_0.1.0.tgz, r-release (x86_64): staccuracy_0.1.0.tgz, r-oldrel (x86_64): staccuracy_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=staccuracy to link to this page.