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.7)TOC_0.0-6.zip(r-4.6)TOC_0.0-6.zip(r-4.5)
TOC_0.0-6.tgz(r-4.6-any)TOC_0.0-6.tgz(r-4.5-any)
TOC_0.0-6.tar.gz(r-4.7-any)TOC_0.0-6.tar.gz(r-4.6-any)
TOC_0.0-6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:ee62de3583. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 171 | ||
| source / vignettes | OK | 162 | ||
| linux-release-x86_64 | OK | 173 | ||
| macos-release-arm64 | OK | 105 | ||
| macos-oldrel-arm64 | OK | 175 | ||
| windows-devel | OK | 176 | ||
| windows-release | OK | 135 | ||
| windows-oldrel | OK | 169 | ||
| wasm-release | OK | 125 |
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 |