README (original) (raw)
StabilityApp
: Stability Analysis App for Genotype by Environment Interaction (GEI) in Multi-Environment Trials
Version : 0.1.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")
What’s new
To know whats new in this version type:
news(package = "StabilityApp")
Links
Citing StabilityApp
To cite the methods in the package use:
citation("StabilityApp")
Warning in citation("StabilityApp"): could not determine year for
'StabilityApp' from package DESCRIPTION file
To cite package 'StabilityApp' in publications use:
Yaseen M, Eskridge KM (????). _StabilityApp: Stability Analysis App
for Genotype by Environment Interaction (GEI) in Multi-Environment
Trials_. R package version 0.1.0.
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},
note = {R package version 0.1.0},
}