Related Experiment Video
Updated: Dec 1, 2025

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
Published on: July 3, 2020
Linear models for diallel crosses: a review with R functions.
Andrea Onofri1, Niccolò Terzaroli2, Luigi Russi1
1Dipartimento di Scienze Agrarie, Alimentari e Ambientali, Universita' Degli Studi di Perugia, Borgo XX Giugno, 74, 06121, Perugia, Italy.
A new R-software procedure simplifies fitting diallel models by treating them as general linear models. This approach allows geneticists and breeders to use standard R functions for analyzing combining ability and heterosis in plant and animal breeding.
Area of Science:
- Quantitative Genetics
- Statistical Genetics
- Bioinformatics
Background:
- Diallel experiments are crucial for assessing genetic effects like general combining ability (GCA), specific combining ability (SCA), and heterosis.
- Existing diallel models are often presented as separate entities requiring specialized software.
- A unified approach is needed to integrate diallel analysis within standard statistical frameworks.
Purpose of the Study:
- To develop an R-software procedure for fitting fixed and random diallel models.
- To demonstrate that diallel models can be viewed as specific parameterizations of a general linear model.
- To provide tools for geneticists, breeders, and students to utilize common R functions for diallel analysis.
Main Methods:
- Reviewing established diallel models in the literature.
- Developing R tools to fit diallel models using the `lm()` function and related methods for ordinary least squares (OLS) estimation.
- Illustrating the application of these tools with examples for fixed and random/mixed-effect diallel models within a Bayesian framework.
Main Results:
- Diallel models can be effectively parameterized and fitted as general linear models (GLMs) in R.
- The developed procedure integrates diallel analysis with standard R statistical functions, simplifying the process.
- The R tools accommodate both fixed and random/mixed-effect diallel models, including Bayesian approaches.
Conclusions:
- A unified R-software procedure for diallel models has been successfully developed, enhancing accessibility.
- This approach treats diallel models as specific cases of GLMs, enabling the use of general-purpose R software.
- The tools facilitate the analysis of genetic effects and heterosis, benefiting researchers and breeders in plant and animal sciences.
Related Concept Videos
Trihybrid Crosses
Some of Mendel’s crosses examined three pairs of contrasting characteristics. Such a cross is called a trihybrid cross. A trihybrid cross is a combination of three individual monohybrid crosses. For example, plant height (tall vs. short), seed shape (round vs. wrinkled), and seed color (yellow vs. green).
The F1 generation plants of a trihybrid cross are heterozygous for all three traits and produce eight gametes. Upon self-fertilization, these gametes have an equal...
Dihybrid Crosses
Monohybrid Crosses
Friedman Two-way Analysis of Variance by Ranks
Chi-square Analysis
The chi-square test was developed by Pearson in 1990.
The first step of performing a Chi-square analysis is to establish a null hypothesis, which assumes that there is no real...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...

