Skip to contents

StabilityApp: Stability Analysis App for GEI in Multi-Environment Trials

Muhammad Yaseen1,2, and Kent M. Eskridge3
  1. School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
  2. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan
  3. Department of Statistics, University of Nebraska Lincoln, NE, USA

minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

Project Status: WIP lifecycle Last-changedate ***

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")

What’s new

To know whats new in this version type:

news(package = "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)},
  }