stab_dist function

Stability Distance in AMMI

Stability Distance in AMMI

Stability Distance of Genotypes in Additive ANOVA for Genotypes by Environment Interaction (GEI) model

stab_dist(.data, .y, .rep, .gen, .env, .m = 2) ## Default S3 method: stab_dist(.data, .y, .rep, .gen, .env, .m = 2)

Arguments

  • .data: data.frame
  • .y: Response Variable
  • .rep: Replication Factor
  • .gen: Genotypes Factor
  • .env: Environment Factor
  • .m: No of PCs retained

Returns

Stability Distance

Examples

data(ge_data) YieldDist <- stab_dist( .data = ge_data , .y = Yield , .rep = Rep , .gen = Gen , .env = Env , .m = 2 ) YieldDist

Author(s)

  1. Muhammad Yaseen (myaseen208@gmail.com )
  2. Kent M. Edkridge (keskridge1@unl.edu )
  • Maintainer: Muhammad Yaseen
  • License: GPL-2
  • Last published: 2024-09-29