stab_fox function

Stability Fox Function

Stability Fox Function

Performs a stability analysis based on the criteria of Fox et al. (1990), using the statistical "TOP third" only. In Fox function, a stratified ranking of the genotypes at each environment separately is done. The proportion of locations at which the genotype occurred in the top third are expressed in TOP output.

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

Arguments

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

Examples

data(ge_data) YieldFox <- stab_fox( .data = ge_data , .y = Yield , .rep = Rep , .gen = Gen , .env = Env ) YieldFox

References

  1. Fox, P.N. and Skovmand, B. and Thompson, B.K. and Braun, H.J. and Cormier, R. (1990). Yield and adaptation of hexaploid spring triticale. Euphytica, 47 , 57-64.

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