Package: staccuracy 0.2.0.20241107
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.0.20241107.tar.gz
staccuracy_0.2.0.20241107.zip(r-4.5)staccuracy_0.2.0.20241107.zip(r-4.4)staccuracy_0.2.0.20241107.zip(r-4.3)
staccuracy_0.2.0.20241107.tgz(r-4.4-any)staccuracy_0.2.0.20241107.tgz(r-4.3-any)
staccuracy_0.2.0.20241107.tar.gz(r-4.5-noble)staccuracy_0.2.0.20241107.tar.gz(r-4.4-noble)
staccuracy_0.2.0.20241107.tgz(r-4.4-emscripten)staccuracy_0.2.0.20241107.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
Last updated 13 days agofrom:bebfa57247. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win | OK | Nov 07 2024 |
R-4.5-linux | OK | Nov 07 2024 |
R-4.4-win | OK | Nov 07 2024 |
R-4.4-mac | OK | Nov 07 2024 |
R-4.3-win | OK | Nov 07 2024 |
R-4.3-mac | OK | Nov 07 2024 |
Exports:aucrocmadmaermsesa_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 |
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 |
Determine the datatype of a vector | var_type |
Winsorize a numeric vector | winsorize win_mae win_rmse |