| ge_eff | R Documentation | 
Calcuates Genotype by Environment Interaction Effects
## Default S3 method:
ge_eff(.data, .y, .gen, .env)
.data | 
 data.frame  | 
.y | 
 Response Variable  | 
.gen | 
 Genotypes Factor  | 
.env | 
 Environment Factor  | 
Genotype by Environment Interaction Effects
Muhammad Yaseen (myaseen208@gmail.com)
Perez-Elizalde, S., Jarquin, D., and Crossa, J. (2011) A General Bayesian Estimation Method of Linear–Bilinear Models Applied to Plant Breeding Trials With Genotype × Environment Interaction. Journal of Agricultural, Biological, and Environmental Statistics, 17, 15–37. (doi:10.1007/s13253-011-0063-9)
data(cultivo2008)
ge_eff(
    .data  = cultivo2008
   , .y    = y
   , .gen  = entry
   , .env  = site
   )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.