README.md

ebdt: Evaluation of Binary Diagnostic Test

R Shiny License

An R package for calculating quality measures of binary diagnostic tests with confidence intervals.

Overview

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

Installation

# Install from GitHub
remotes::install_github("migmontal/ebdt")

Quick Start

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)

Features

Documentation

See the online documentation for: - Function reference - Usage examples - Methodological details and references

Website

This repository hosts the website created for the ebdt library. You can view it at the following link:

https://migmontal.github.io/ebdt-webside/

Shiny app

Run the app and perform your calculations:

https://migmontal.shinyapps.io/ebdt/

Authors

Fundings

Plan Propio de Investigación y Transferencia de la Universidad de Granada. 2024. Programa 21. Programa de estimulación a la investigación.

License

MIT License - see LICENSE file for details. Copyright (c) 2026 Universidad de Granada.



Try the ebdt package in your browser

Any scripts or data that you put into this service are public.

ebdt documentation built on Aug. 27, 2026, 1:08 a.m.