An R package for calculating quality measures of binary diagnostic tests with confidence intervals.
This package calculates the point estimate and confidence intervals of diagnostic test quality measures including:
Supports both: - Cohort/Cross-sectional studies: Full parameter set - Case-Control/Retrospective studies: Limited to Sensitivity, Specificity, Youden Index, and Likelihood Ratios
# Install from GitHub
remotes::install_github("migmontal/ebdt")library(ebdt)
# Example: 2x2 contingency table from a diagnostic test study
# TP=95, FP=10, FN=5, TN=290
ebdt(s1=95, r1=10, s0=5, r0=290, conflev=0.95, digits=3)See the online documentation for: - Function reference - Usage examples - Methodological details and references
This repository hosts the website created for the ebdt library. You can view it at the following link:
https://migmontal.github.io/ebdt-webside/
Run the app and perform your calculations:
https://migmontal.shinyapps.io/ebdt/
Plan Propio de Investigación y Transferencia de la Universidad de Granada. 2024. Programa 21. Programa de estimulación a la investigación.
MIT License - see LICENSE file for details. Copyright (c) 2026 Universidad de Granada.