ge_ammi function

AMMI of Genotype by Environment Interaction Model

AMMI of Genotype by Environment Interaction Model

Performs Additive Main Effects and Multiplication Interaction Analysis of Genotype by Environment Interaction Model

ge_ammi(.data, .y, .gen, .env, .rep) ## Default S3 method: ge_ammi(.data, .y, .gen, .env, .rep)

Arguments

  • .data: data.frame
  • .y: Response Variable
  • .gen: Genotypes Factor
  • .env: Environment Factor
  • .rep: Replication Factor

Returns

Genotype by Environment Interaction Model

Examples

data(Maiz) fm1 <- ge_ammi( .data = Maiz , .y = y , .gen = entry , .env = site , .rep = rep )

References

Crossa, J., Perez-Elizalde, S., Jarquin, D., Cotes, J.M., Viele, K., Liu, G., and Cornelius, P.L. (2011) Bayesian Estimation of the Additive Main Effects and Multiplicative Interaction Model Crop Science, 51 , 1458–1469. (doi: 10.2135/cropsci2010.06.0343)

Author(s)

  1. Muhammad Yaseen (myaseen208@gmail.com )
  • Maintainer: Muhammad Yaseen
  • License: GPL-2
  • Last published: 2024-11-22

Useful links