Related Experiment Video
Updated: Jul 31, 2026

07:54
Heterogeneity Mapping of Protein Expression in Tumors using Quantitative Immunofluorescence
Published on: October 25, 2011
A FORTRAN program for testing trend and homogeneity in proportions.
Computer Programs in Biomedicine
|January 1, 1985
Summary
This study presents a FORTRAN program to test for linear trends and homogeneity in proportions. The tool uses established statistical methods for reliable analysis of proportion data.
Area of Science:
- Biostatistics
- Statistical Computing
- Epidemiology
Background:
- Analyzing trends and homogeneity in proportional data is crucial in various scientific fields.
- Existing methods may require specialized software or complex implementation.
Purpose of the Study:
- To provide a user-friendly FORTRAN program for assessing linear trends and homogeneity in proportions.
- To offer a computational tool for researchers working with proportional data.
Main Methods:
- The program implements the Cochran-Armitage test for linear trend analysis.
- Homogeneity is assessed using an overall chi-squared (X2) test.
- Pairwise comparisons for homogeneity are performed using the Fisher-Irwin exact test.
Main Results:
- The developed FORTRAN program facilitates the testing of linear trends in proportions.
- It enables the evaluation of overall homogeneity and detailed pairwise comparisons.
- The program is designed for straightforward implementation on diverse computing environments.
Conclusions:
- This FORTRAN program offers a practical solution for analyzing trends and homogeneity in proportional data.
- Its ease of implementation makes it accessible for a wide range of scientific applications.
- The program supports robust statistical analysis of proportion data through established methods.
Related Concept Videos
Test for Homogeneity
The goodness–of–fit test can be used to decide whether a population fits a given distribution, but it will not suffice to decide whether two populations follow the same unknown distribution. A different test, called the test for homogeneity, can be used to conclude whether two populations have the same distribution. To calculate the test statistic for a test for homogeneity, follow the same procedure as with the test of independence. The hypotheses for the test for homogeneity can be stated as...
Testing a Claim about Population Proportion
A complete procedure for testing a claim about a population proportion is provided here.
There are two methods of testing a claim about a population proportion: (1) Using the sample proportion from the data where a binomial distribution is approximated to the normal distribution and (2) Using the binomial probabilities calculated from the data.
The first method uses normal distribution as an approximation to the binomial distribution. The requirements are as follows: sample size is large...
There are two methods of testing a claim about a population proportion: (1) Using the sample proportion from the data where a binomial distribution is approximated to the normal distribution and (2) Using the binomial probabilities calculated from the data.
The first method uses normal distribution as an approximation to the binomial distribution. The requirements are as follows: sample size is large...
One-Way ANOVA: Equal Sample Sizes
One-Way ANOVA can be performed on three or more samples with equal or unequal sample sizes. When one-way ANOVA is performed on two datasets with samples of equal sizes, it can be easily observed that the computed F statistic is highly sensitive to the sample mean.
Different sample means can result in different values for the variance estimate: variance between samples. This is because the variance between samples is calculated as the product of the sample size and the variance between the...
Different sample means can result in different values for the variance estimate: variance between samples. This is because the variance between samples is calculated as the product of the sample size and the variance between the...
One-Way ANOVA: Unequal Sample Sizes
One-way ANOVA can be performed on three or more samples of unequal sizes. However, calculations get complicated when sample sizes are not always the same. So, while performing ANOVA with unequal samples size, the following equation is used:
Statistical Methods to Analyze Parametric Data: Student t-Test and Goodness-of-Fit Test
In parametric statistics, two fundamental tests stand out for their utility and wide application: the Student's t-test and goodness-of-fit tests. These tests provide researchers with a robust method for drawing insights from data, testing hypotheses, and making informed decisions based on their findings.
The Student's t-test is a statistical test that examines if there is a statistically significant difference between the means of two groups. This test is instrumental when dealing with data...
The Student's t-test is a statistical test that examines if there is a statistically significant difference between the means of two groups. This test is instrumental when dealing with data...
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...

