StabilityApp
: Stability Analysis App for GEI in Multi-Environment Trials
Version : 0.2.0; Copyright (C) 2024: License: GPL-2|GPL-3
Muhammad Yaseen1,2, and Kent M. Eskridge3
- School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
- Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan
- Department of Statistics, University of Nebraska Lincoln, NE, USA
Description
Provides tools for Genotype by Environment Interaction (GEI) analysis, using statistical models and visualizations to assess genotype performance across environments. It helps researchers explore interaction effects, stability, and adaptability in multi-environment trials, identifying the best-performing genotypes in different conditions. Which Win Where!
Installation
The package can be installed from CRAN as follows:
install.packages("StabilityApp", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/StabilityApp")
Citing StabilityApp
To cite the methods in the package use:
citation("StabilityApp")
Please, support this project by citing it in your publications!
Yaseen M, Eskridge KM (2024). _StabilityApp: Stability Analysis App
for Genotype by Environment Interaction (GEI) in Multi-Environment
Trials_.
A BibTeX entry for LaTeX users is
@Manual{,
title = {StabilityApp: Stability Analysis App for Genotype by Environment Interaction (GEI) in Multi-Environment Trials},
author = {Muhammad Yaseen and Kent M. Eskridge},
year = {2024},
journal = {The Comprehensive R Archive Network (CRAN)},
}