Package: TOC 0.0-6
Ali Santacruz
TOC: Total Operating Characteristic Curve and ROC Curve
Construction of the Total Operating Characteristic (TOC) Curve and the Receiver (aka Relative) Operating Characteristic (ROC) Curve for spatial and non-spatial data. The TOC method is a modification of the ROC method which measures the ability of an index variable to diagnose either presence or absence of a characteristic. The diagnosis depends on whether the value of an index variable is above a threshold. Each threshold generates a two-by-two contingency table, which contains four entries: hits (H), misses (M), false alarms (FA), and correct rejections (CR). While ROC shows for each threshold only two ratios, H/(H + M) and FA/(FA + CR), TOC reveals the size of every entry in the contingency table for each threshold (Pontius Jr., R.G., Si, K. 2014. <doi:10.1080/13658816.2013.862623>).
Authors:
TOC_0.0-6.tar.gz
TOC_0.0-6.zip(r-4.5)TOC_0.0-6.zip(r-4.4)TOC_0.0-6.zip(r-4.3)
TOC_0.0-6.tgz(r-4.4-any)TOC_0.0-6.tgz(r-4.3-any)
TOC_0.0-6.tar.gz(r-4.5-noble)TOC_0.0-6.tar.gz(r-4.4-noble)
TOC_0.0-6.tgz(r-4.4-emscripten)TOC_0.0-6.tgz(r-4.3-emscripten)
TOC.pdf |TOC.html✨
TOC/json (API)
# Install 'TOC' in R: |
install.packages('TOC', repos = c('https://amsantac.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/amsantac/toc/issues
Last updated 1 years agofrom:ee62de3583. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-win | OK | Nov 04 2024 |
R-4.5-linux | OK | Nov 04 2024 |
R-4.4-win | OK | Nov 04 2024 |
R-4.4-mac | OK | Nov 04 2024 |
R-4.3-win | OK | Nov 04 2024 |
R-4.3-mac | OK | Nov 04 2024 |
Exports:ROCroctablescalingTOCuncertainty
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Total Operating Characteristic (TOC) Curve and ROC Curve | TOC-package |
Plot an object of class Toc or Roc | plot plot,Roc-method plot,Toc-method |
Construct the table for the ROC curve | ROC ROC,numeric,numeric-method ROC,SpatRaster,SpatRaster-method |
Construct a basic ROC table | roctable |
scale the output TOC values and change units | scaling scaling,Toc-method |
Construct the table for the TOC curve | TOC TOC,numeric,numeric-method TOC,SpatRaster,SpatRaster-method |
Toc and Roc classes | Roc-class Toc-class |
Uncertainty in AUC calculation | uncertainty |