Package: staccuracy 0.2.2
staccuracy: Standardized Accuracy and Other Model Performance Metrics
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.
Authors:
staccuracy_0.2.2.tar.gz
staccuracy_0.2.2.zip(r-4.5)staccuracy_0.2.2.zip(r-4.4)staccuracy_0.2.2.zip(r-4.3)
staccuracy_0.2.2.tgz(r-4.5-any)staccuracy_0.2.2.tgz(r-4.4-any)staccuracy_0.2.2.tgz(r-4.3-any)
staccuracy_0.2.2.tar.gz(r-4.5-noble)staccuracy_0.2.2.tar.gz(r-4.4-noble)
staccuracy_0.2.2.tgz(r-4.4-emscripten)staccuracy_0.2.2.tgz(r-4.3-emscripten)
staccuracy.pdf |staccuracy.html✨
staccuracy/json (API)
NEWS
# Install 'staccuracy' in R: |
install.packages('staccuracy', repos = c('https://tripartio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tripartio/staccuracy/issues
Pkgdown site:https://tripartio.github.io
Last updated 30 days agofrom:a112bf9df3. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 25 2025 |
R-4.5-win | OK | Mar 25 2025 |
R-4.5-mac | OK | Mar 25 2025 |
R-4.5-linux | OK | Mar 25 2025 |
R-4.4-win | OK | Mar 25 2025 |
R-4.4-mac | OK | Mar 25 2025 |
R-4.4-linux | OK | Mar 25 2025 |
R-4.3-win | OK | Mar 25 2025 |
R-4.3-mac | OK | Mar 25 2025 |
Exports:aucrocmadmaereg_aucrocrmsesa_diffsa_mae_madsa_rmse_sdsa_wmae_madsa_wrmse_sdstaccuracywin_maewin_rmsewinsorize
Dependencies:clicpp11dplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Area under the ROC curve | aucroc |
Regression error and deviation measures | mad mae rmse |
Area under the ROC curve for regression target outcomes | reg_aucroc |
Statistical tests for the differences between standardized accuracies (staccuracies) | sa_diff |
Standardized accuracy (staccuracy) functions. | sa_mae_mad sa_rmse_sd sa_wmae_mad sa_wrmse_sd staccuracy |
Winsorize a numeric vector | winsorize win_mae win_rmse |