ge_model: Genotype by Environment Interaction Model

Description Usage Arguments Value Author(s) References Examples

View source: R/ge_model.R

Description

Calcuates Genotype by Environment Interaction Model

Usage

1
2
3
4
ge_model(.data, .y, .gen, .env, .rep)

## Default S3 method:
ge_model(.data, .y, .gen, .env, .rep)

Arguments

.data

data.frame

.y

Response Variable

.gen

Genotypes Factor

.env

Environment Factor

.rep

Replication Factor

Value

Genotype by Environment Interaction Model

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<e2><80><93>1469. (doi: 10.2135/cropsci2010.06.0343)

Examples

1
2
3
4
5
6
7
8
9
data(Maiz)
fm1 <-
   ge_model(
      .data  = Maiz
     , .y    = y
     , .gen  = entry
     , .env  = site
     , .rep  = rep
     )

myaseen208/bayesammi documentation built on May 29, 2019, 3:16 p.m.