ge_eff {baystability} | R Documentation |
Genotype by Environment Interaction Effects
Description
Calcuates Genotype by Environment Interaction Effects
Usage
## Default S3 method:
ge_eff(.data, .y, .gen, .env)
Arguments
.data |
data.frame |
.y |
Response Variable |
.gen |
Genotypes Factor |
.env |
Environment Factor |
Value
Genotype by Environment Interaction Effects
Author(s)
Muhammad Yaseen (myaseen208@gmail.com)
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)
Examples
data(cultivo2008)
ge_eff(
.data = cultivo2008
, .y = y
, .gen = entry
, .env = site
)
[Package baystability version 0.1.0 Index]