Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Sign Test for Matched Pairs01:17

Sign Test for Matched Pairs

336
The sign test for matched pairs offers a robust method for comparing two paired samples, often for the effects of an intervention in one of them. This method is very useful in situations where the underlying distribution of the data is unknown. The test compares two related samples—often pre- and post-treatment measurements on the same subjects—to determine if there are significant differences in their median values.
To conduct the sign test, we first calculate the differences in...
336
McNemar's Test01:23

McNemar's Test

712
McNemar's Test is a nonparametric statistical test used to determine if there is a significant difference in proportions between two related groups when the outcome is binary (e.g., yes/no, success/failure). It is beneficial when we have paired data, such as pre-test/post-test designs, where the same subjects are measured under two different conditions. The test is named after the statistician Quinn McNemar, who introduced it in 1947. It is commonly used in situations where subjects are...
712
Wilcoxon Signed-Ranks Test for Matched Pairs01:09

Wilcoxon Signed-Ranks Test for Matched Pairs

386
The Wilcoxon signed-rank test for matched pairs evaluates the null hypothesis by combining the ranks of differences with their signs. It essentially tests whether the median of the differences in a population of matched pairs is zero. Since the test incorporates more information than the sign test, it generally yields more trustable conclusions. This test also does not require the data to follow a normal distribution, but two conditions must be met for it to be applicable: (1) the data must...
386
Comparing the Survival Analysis of Two or More Groups01:20

Comparing the Survival Analysis of Two or More Groups

480
Survival analysis is a cornerstone of medical research, used to evaluate the time until an event of interest occurs, such as death, disease recurrence, or recovery. Unlike standard statistical methods, survival analysis is particularly adept at handling censored data—instances where the event has not occurred for some participants by the end of the study or remains unobserved. To address these unique challenges, specialized techniques like the Kaplan-Meier estimator, log-rank test, and...
480
Bonferroni Test01:10

Bonferroni Test

3.2K
The Bonferroni test is a statistical test named after Carlo Emilio Bonferroni, an Italian mathematician best known for Bonferroni inequalities. This statistical test is a type of multiple comparison test to determine which means are different than the rest. Bonferroni test can minimize the Type 1 error by reducing the significance level alpha, which otherwise increases with sample pairs.
The means of different samples are first paired in all possible combinations.
The null hypothesis of the...
3.2K
Receiver Operating Characteristic Plot01:15

Receiver Operating Characteristic Plot

424
A ROC (Receiver Operating Characteristic) plot is a graphical tool used to assess the performance of a binary classification model by illustrating the trade-off between sensitivity (true positive rate) and specificity (false positive rate). By plotting sensitivity against 1 - specificity across various threshold settings, the ROC curve shows how well the model distinguishes between classes, with a curve closer to the top-left corner indicating a more accurate model. The area under the ROC curve...
424

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Prognostic value of left atrial function in cardiac amyloidosis: a systematic review and meta‑analysis.

The international journal of cardiovascular imaging·2026
Same author

testCompareR: an R package to compare two binary diagnostic tests using paired data.

Wellcome open research·2024
Same author

A two-step log-linear procedure for graphical representation and inference of associations in cross-classified data for disease diagnosis.

Statistics in medicine·2023
Same author

Approximate confidence intervals for the likelihood ratios of a binary diagnostic test in the presence of partial disease verification.

Journal of biopharmaceutical statistics·2018
Same author

Combination of the weighted kappa coefficients of two binary diagnostic tests.

Journal of biopharmaceutical statistics·2017

Related Experiment Video

Updated: Dec 19, 2025

An R-Based Landscape Validation of a Competing Risk Model
05:37

An R-Based Landscape Validation of a Competing Risk Model

Published on: September 16, 2022

2.4K

Compbdt: an R program to compare two binary diagnostic tests subject to a paired design.

J A Roldán-Nofuentes1

  • 1Department of Statistics (Biostatistics), School of Medicine, University of Granada, Avenida de la Investigación 11, 18016, Granada, Spain. jaroldan@ugr.es.

BMC Medical Research Methodology
|June 7, 2020
PubMed
Summary

This study introduces the "compbdt" R program for comparing two binary diagnostic tests using paired designs. It aids researchers in evaluating test performance, including sensitivity, specificity, and likelihood ratios, with robust statistical methods.

Keywords:
Binary diagnostic testLikelihood ratiosPaired designPredictive valuesSensitivity and specificity

More Related Videos

Evaluation of a Point-of-Care Testing Analyzer for Measuring Peripheral Blood Leukocytes
05:58

Evaluation of a Point-of-Care Testing Analyzer for Measuring Peripheral Blood Leukocytes

Published on: March 22, 2022

4.4K
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.9K

Related Experiment Videos

Last Updated: Dec 19, 2025

An R-Based Landscape Validation of a Competing Risk Model
05:37

An R-Based Landscape Validation of a Competing Risk Model

Published on: September 16, 2022

2.4K
Evaluation of a Point-of-Care Testing Analyzer for Measuring Peripheral Blood Leukocytes
05:58

Evaluation of a Point-of-Care Testing Analyzer for Measuring Peripheral Blood Leukocytes

Published on: March 22, 2022

4.4K
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.9K

Area of Science:

  • Clinical Medicine
  • Biostatistics
  • Medical Diagnostics

Background:

  • Comparing binary diagnostic tests is crucial in clinical medicine.
  • Paired designs are common for this comparison, involving applying two tests to individuals with known disease status.
  • This article introduces an R program for analyzing paired diagnostic test data.

Purpose of the Study:

  • To present an R program, "compbdt", for comparing parameters of two binary diagnostic tests under a paired design.
  • To provide researchers with a tool for comprehensive analysis and interpretation of diagnostic test performance.

Main Methods:

  • The "compbdt" program estimates sensitivity, specificity, likelihood ratios, and predictive values.
  • It utilizes confidence intervals with optimal asymptotic performance and global hypothesis tests for simultaneous comparison.
  • Holm's multiple comparison method is applied to investigate significant findings.

Main Results:

  • The program calculates optimal confidence intervals for parameter differences or ratios.
  • It estimates the probability of type II error or statistical power based on observed data.
  • The "compbdt" program has been successfully applied to coronary artery disease diagnosis.

Conclusions:

  • The "compbdt" program offers an easy-to-use solution for comparing key parameters of binary diagnostic tests in paired designs.
  • It provides essential results for straightforward interpretation by researchers.
  • The program is available as supplementary material.