testCompareR:一个R包,用于比较两个二进制诊断测试,使用配对数据
Kyle J Wilson1,2, José A Roldán-Nofuentes3, Marc Y R Henrion2,4
1University of Liverpool, Liverpool, L7 8TX, UK.
Wellcome open research
|November 6, 2024
概括
一个新的R包,testCompareR,为比较二元诊断测试提供了改进的统计方法. 它比现有工具更快,更少的数据准备提供准确的结果.
科学领域:
- 医学统计 医学统计
- 生物统计学 生物统计学
- 医疗信息学 医疗信息学
背景情况:
- 二元诊断测试对于确定患者疾病状况至关重要.
- 用于比较这些测试的先进统计方法在软件包中并不广泛使用.
研究的目的:
- 介绍R包测试CompareR用于比较二元诊断测试.
- 评估 testCompareR 的性能与现有工具 (如 DTComPair 和 compbdt.com) 相比.
主要方法:
- 实施最新的统计方法来比较诊断测试指标.
- 比较测试使用现实世界的例子,比较R的输出和效率与DTComPair和compbdt.
主要成果:
- testCompareR的结果与DTComPair的结果相似,覆盖范围更强,表现不对称.
- testCompareR显示出更高的速度,并且需要比DTComPair更少的数据预处理.
结论:
- testCompareR是一个用户友好的R包,用于将二元诊断测试与黄金标准进行比较.
- 它提供灵活的输入,最小的预处理和高效的计算,有利于所有经验级别的用户.
相关概念视频
Sign Test for Matched Pairs
110
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...
To conduct the sign test, we first calculate the differences in...
110
Comparing the Survival Analysis of Two or More Groups
155
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...
155
Wilcoxon Signed-Ranks Test for Matched Pairs
88
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...
88
Multiple Comparison Tests
3.9K
Multiple comparison test, abbreviated as MCT, is a post hoc analysis generally performed after comparing multiple samples with one or more tests. An MCT will help identify a significantly different sample among multiple samples or a factor among multiple factors.
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
3.9K
Bonferroni Test
2.7K
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...
The means of different samples are first paired in all possible combinations.
The null hypothesis of the...
2.7K
Comparing Experimental Results: Student's t-Test
1.5K
The t-test is a statistical method used to compare the sample mean with a population mean or compare two means from two data sets. The test statistic is calculated from the standard deviation, mean, and number of measurements in the data set at a selected confidence interval and then compared to a table of critical values at this confidence level. If the test statistic is smaller than the critical value, the null hypothesis is accepted. In this case, we state that the difference between the...
1.5K


