Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.56 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.56 KB

statgenGxE

CRAN RStudio mirror downloads R-CMD-check codecov

statgenGxE is an R package providing functions for Genotype by Environment (GxE) analysis for data of plant breeding experiments.

The following types of analysis can be done using statgenGxE:

  • Mixed model analysis of GxE table of means
  • Finlay-Wilkinson Analysis
  • AMMI Analysis
  • GGE Analysis
  • Identifying mega environments
  • Stability measures
  • Modeling of heterogeneity of genetic variances and correlations

statgenGxE has extensive options for summarizing and visualizing the results of the analyses. For a full overview of all options it is best to read the vignette

Installation

  • Install from CRAN:
install.packages("statgenGxE")
  • Install latest development version from GitHub (requires remotes package):
remotes::install_github("Biometris/statgenGxE", ref = "develop", dependencies = TRUE)