ge_means function

Genotype by Environment Interaction Means and Ranks

Genotype by Environment Interaction Means and Ranks

Calcuates Genotype by Environment Interaction Means along with their Ranks

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

Arguments

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

Returns

Means and Ranks

Examples

data(ge_data) Yield.ge_means <- ge_means( .data = ge_data , .y = Yield , .gen = Gen , .env = Env ) Yield.ge_means$ge_means Yield.ge_means$ge_ranks Yield.ge_means$g_means Yield.ge_means$e_means

References

Singh, R. K. and Chaudhary, B. D. (2004) Biometrical Methods in Quantitative Genetic Analysis. New Delhi: Kalyani.

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

Downloads (last 30 days):