| ge_model | R Documentation | 
Calcuates Genotype by Environment Interaction Model
ge_model(.data, .y, .gen, .env, .rep)
## Default S3 method:
ge_model(.data, .y, .gen, .env, .rep)
| .data | data.frame | 
| .y | Response Variable | 
| .gen | Genotypes Factor | 
| .env | Environment Factor | 
| .rep | Replication Factor | 
Genotype by Environment Interaction Model
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)
fm1 <-
   ge_model(
      .data  = cultivo2008
     , .y    = y
     , .gen  = entry
     , .env  = site
     , .rep  = rep
     )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.