stab_masv function

Modified Additive Main Effects and Multiplicative Interacion Stability Value

Modified Additive Main Effects and Multiplicative Interacion Stability Value

Additive ANOVA for Genotypes by Environment Interaction (GEI) model

stab_masv(.data, .y, .rep, .gen, .env, .m = 2) ## Default S3 method: stab_masv(.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

Additive ANOVA

Examples

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

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