Related Experiment Video
Updated: Jun 18, 2026

13:55
Combined Immunofluorescence and DNA FISH on 3D-preserved Interphase Nuclei to Study Changes in 3D Nuclear Organization
Published on: February 3, 2013
Confidence intervals that match Fisher's exact or Blaker's exact tests
1Biostatistics Research Branch, National Institute of Allergy and Infectious Diseases, Bethesda, MD 20892-7609, USA. mfay@niaid.nih.gov
Biostatistics (Oxford, England)
|December 2, 2009
Summary
Fisher's exact test and confidence intervals (CI) can conflict. This study introduces a "matching" interval for accurate inference from 2x2 tables, improving statistical analysis.
Area of Science:
- Statistics
- Biostatistics
- Data Analysis
Background:
- Fisher's exact test is common for 2x2 tables.
- Standard exact confidence intervals (CI) may conflict with test results.
- Existing methods can yield non-interval confidence sets.
Purpose of the Study:
- To address conflicting inferences between Fisher's exact test and exact CIs.
- To define and implement a "matching" interval for improved accuracy.
- To provide an R package for practical application.
Main Methods:
- Inverting one-sided and two-sided Fisher's exact tests.
- Defining a "matching" interval based on Blaker's (2000) work.
- Developing the R package exact2x2.
Main Results:
- Identified discrepancies between standard exact CIs and Fisher's exact test.
- Proposed a "matching" interval that contains the confidence set.
- The exact2x2 package implements three exact tests with matching intervals.
Conclusions:
- The "matching" interval provides a more consistent inference for 2x2 tables.
- The exact2x2 R package facilitates accurate statistical analysis.
- Improved methods enhance the reliability of odds ratio estimation.
Related Concept Videos
Fisher's Exact Test
Fisher's exact test is a statistical significance test widely used to analyze 2x2 contingency tables, particularly in situations where sample sizes are small. Unlike the chi-squared test, which approximates P-values and assumes minimum expected frequencies of at least five in each cell, Fisher's exact test calculates the exact probability (P-value) of observing the data or more extreme results under the null hypothesis. This feature makes it especially valuable when the assumptions of the...
Behrens–Fisher Test
The Behrens-Fisher test is a statistical method designed to address the Behrens-Fisher problem, which arises when comparing the means of two normally distributed populations with unequal variances. Unlike the Student's t-test, which assumes equal variances, the Behrens-Fisher test allows for mean comparison without this restrictive assumption. This flexibility makes it particularly valuable in scenarios where two independent samples exhibit normality but lack variance homogeneity.
This test is...
This test is...
Interpretation of Confidence Intervals
A confidence interval is a better estimate of the population than a point estimate, as it uses a range of values from a sample instead of a single value.
Confidence intervals have confidence coefficients that are crucial for their interpretation. The most common confidence coefficients are 0.90, 0.95, and 0.99, which can be written as percentages–90%, 95%, and 99%, respectively.
Suppose a person calculates a confidence interval with a confidence coefficient of 0.95. In that case, they can...
Confidence intervals have confidence coefficients that are crucial for their interpretation. The most common confidence coefficients are 0.90, 0.95, and 0.99, which can be written as percentages–90%, 95%, and 99%, respectively.
Suppose a person calculates a confidence interval with a confidence coefficient of 0.95. In that case, they can...
F Distribution
The F distribution was named after Sir Ronald Fisher, an English statistician. The F statistic is a ratio (a fraction) with two sets of degrees of freedom; one for the numerator and one for the denominator. The F distribution is derived from the Student's t distribution. The values of the F distribution are squares of the corresponding values of the t distribution. One-Way ANOVA expands the t test for comparing more than two groups. The scope of that derivation is beyond the level of this...
Identifying Statistically Significant Differences: The F-Test
The F-test is used to compare two sample variances to each other or compare the sample variance to the population variance. It is used to decide whether an indeterminate error can explain the difference in their values. The underlying assumptions that allow the use of the F-test include the data set or sets are normally distributed, and the data sets are independent of each other. The test statistic F is calculated by dividing one variance by another. In other words, the square of one standard...
Confidence Intervals
An unbiased point estimate is often insufficient to predict a population estimate, such as population mean or population proportion. In this scenario, a confidence interval is used. A confidence interval is an estimate similar to a sample proportion. However, unlike the point estimate which is a single value, the confidence interval contains a range of values. These values have lower and upper limits, known as confidence limits, and can be designated as L1 and L2, respectively.
A confidence...
A confidence...

