Related Experiment Videos
Confidence regions for multiple outcomes, effect modifiers, and other multiple comparisons
Paul N Zivich1, Stephen R Cole1, Noah Greifer2
1Department of Epidemiology, UNC Gillings School of Global Public Health, Chapel Hill, NC, United States.
American Journal of Epidemiology
|July 18, 2026
Summary
Confidence intervals can understate uncertainty when estimating multiple epidemiological parameters. Sup-t confidence bands offer a statistically sound solution for accurately representing uncertainty in complex analyses.
Area of Science:
- Epidemiology
- Biostatistics
Background:
- Confidence intervals are commonly used but may understate uncertainty when estimating multiple parameters simultaneously.
- This can lead to a false sense of precision, potentially causing irreproducible results or poor decision-making.
Purpose of the Study:
- To introduce and illustrate the application of confidence bands as an extension of confidence intervals for multiple parameters in epidemiology.
- To provide practical guidance on selecting appropriate confidence regions based on scientific interest.
Main Methods:
- The study demonstrates the use of sup-t confidence bands through three case studies involving publicly available data.
- Code examples are provided in SAS, R, and Python for practical implementation.
Main Results:
- Confidence bands effectively address the underestimation of uncertainty inherent in using multiple confidence intervals.
- The case studies cover estimation of multiple causal effects and effect measure modification by binary and continuous variables.
Conclusions:
- Sup-t confidence bands are preferred for situations involving multiple parameters, such as effect measure modification or dose-response analyses, due to their statistical properties and ease of use.
- The choice of confidence region should align with the scientific inquiry, prioritizing confidence bands for multi-parameter estimation.
Related Concept Videos
Multiple Comparison Tests
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...
Bonferroni Test
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...
Comparing the Survival Analysis of Two or More Groups
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 Cox...
Types of Biopharmaceutical Studies: Controlled and Non-Controlled Approaches
Biopharmaceutical studies constitute a vital field aiming to enhance drug delivery methods and refine therapeutic approaches, drawing upon diverse interdisciplinary knowledge. In research methodologies, the choice between controlled and non-controlled studies significantly influences the study's reliability and accuracy.
Non-controlled studies, commonly employed for initial exploration, lack a control group, rendering them susceptible to biases and external influences. In contrast, controlled...
Non-controlled studies, commonly employed for initial exploration, lack a control group, rendering them susceptible to biases and external influences. In contrast, controlled...
Critical Region, Critical Values and Significance Level
The critical region, critical value, and significance level are interdependent concepts crucial in hypothesis testing.
In hypothesis testing, a sample statistic is converted to a test statistic using z, t, or chi-square distribution. A critical region is an area under the curve in probability distributions demarcated by the critical value. When the test statistic falls in this region, it suggests that the null hypothesis must be rejected. As this region contains all those values of the test...
In hypothesis testing, a sample statistic is converted to a test statistic using z, t, or chi-square distribution. A critical region is an area under the curve in probability distributions demarcated by the critical value. When the test statistic falls in this region, it suggests that the null hypothesis must be rejected. As this region contains all those values of the test...
Friedman Two-way Analysis of Variance by Ranks
Friedman's Two-Way Analysis of Variance by Ranks is a nonparametric test designed to identify differences across multiple test attempts when traditional assumptions of normality and equal variances do not apply. Unlike conventional ANOVA, which requires normally distributed data with equal variances, Friedman's test is ideal for ordinal or non-normally distributed data, making it particularly useful for analyzing dependent samples, such as matched subjects over time or repeated measures from...