Genotype by Environment Interaction Model
ge_model.Rd
Calcuates Genotype by Environment Interaction Model
Usage
ge_model(.data, .y, .gen, .env, .rep)
# Default S3 method
ge_model(.data, .y, .gen, .env, .rep)
References
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)
Author
Muhammad Yaseen (myaseen208@gmail.com)
Examples
data(cultivo2008)
fm1 <-
ge_model(
.data = cultivo2008
, .y = y
, .gen = entry
, .env = site
, .rep = rep
)