ge_eff {bayesammi}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)

  1. Muhammad Yaseen (myaseen208@gmail.com)

References

Crossa, J., Perez-Elizalde, S., Jarquin, D., Cotes, J.M., Viele, K., Liu, G., and Cornelius, P.L. (2011) Bayesian Estimation of the Additive Main Effects and Multiplicative Interaction Model Crop Science, 51, 1458–1469. (doi: 10.2135/cropsci2010.06.0343)

Examples


data(Maiz)
ge_eff(
    .data  = Maiz
   , .y    = y
   , .gen  = entry
   , .env  = site
   )



[Package bayesammi version 0.1.0 Index]