ge_ammi: AMMI of Genotype by Environment Interaction Model

Description Usage Arguments Value Author(s) References Examples

Description

Performs Additive Main Effects and Multiplication Interaction Analysis of Genotype by Environment Interaction Model

Usage

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

## Default S3 method:
ge_ammi(.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

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
data(cultivo2008)
fm1 <-
   ge_ammi(
      .data  = cultivo2008
     , .y    = y
     , .gen  = entry
     , .env  = site
     , .rep  = rep
     )


data(cultivo2009)
fm2 <-
   ge_ammi(
      .data  = cultivo2009
     , .y    = y
     , .gen  = entry
     , .env  = site
     , .rep  = rep
     )

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