Package: scindex 0.1.0

Irene Gianeselli
scindex: Strategic Convergence Index for Inter-Rater Reliability
Inter-rater reliability analysis for binary classification tasks involving two or more raters within a signal detection-theoretic framework. User-supplied rating data are standardised into a common long-format structure. The package automatically computes Cohen's kappa for two raters and Fleiss' kappa for multiple raters. When ground-truth labels are available, rater-specific hit rates, false-alarm rates, sensitivity, specificity, and decision thresholds are estimated from observed classification responses using standard signal detection-theoretic transformations (DeCarlo, 1998) <doi:10.1037/1082-989X.3.2.186>. The package implements the Strategic Convergence Index (SCI; Gianeselli, 2026) <doi:10.1177/00131644261417643>, defined as SCI = 1 - [Var(t_i) / Var_max], where Var(t_i) denotes the variance of rater-specific decision thresholds and Var_max denotes the reference variance under maximal threshold dispersion. SCI quantifies convergence in rater decision criteria beyond observed agreement alone and complements classical agreement coefficients by distinguishing agreement in observed categorical outcomes from convergence in latent decision thresholds under an explicit signal detection-theoretic model of categorical judgment. The package provides structured summaries and threshold-based diagnostics for applications in which similar agreement coefficients may reflect substantively different underlying decision criteria across raters.
Authors:
scindex_0.1.0.tar.gz
scindex_0.1.0.tar.gz(r-4.7-any)scindex_0.1.0.tar.gz(r-4.6-any)
scindex_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
scindex/json (API)
| # Install 'scindex' in R: |
| install.packages('scindex', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- scindex_example - Example Binary Inter-Rater Dataset
- scindex_example_multi - Example Binary Inter-Rater Dataset with Multiple Raters
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:6afcde0f92. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 116 | ||
| source / vignettes | OK | 142 | ||
| linux-release-x86_64 | OK | 110 | ||
| wasm-release | OK | 106 |
Exports:scindex
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Estimate SDT Decision Thresholds | estimate_sdt_thresholds |
| Print a scindex Object | print.scindex_fit |
| Compute Agreement and the Strategic Convergence Index | scindex |
| Example Binary Inter-Rater Dataset | scindex_example |
| Example Binary Inter-Rater Dataset with Multiple Raters | scindex_example_multi |
| Summarize a scindex Object | summary.scindex_fit |