AMMIf: AMMI (Additive Main effects and Multiplicative Interaction)

Description Usage Arguments Author(s) References Examples

Description

Returns a dataframe containing outputs results from two-by-two analysis using mixed model REML/BLUP (assuming random genotypic effects and fixed block). Perform a analysis on the variety connectivity (number of the same genotypes among trials), calculate the Indicates what type of genoytpe x environment interaction are predominant.

Usage

1

Arguments

df

dataframe object

trials

factor type column associated to environment levels within df object

gen

factor type column associated to genotype levels within df object

rep

factor type column associated to replication or blocks levels within df object

y

numeric type column associated to evaluated trait within df object

GE

TRUE or FALSE, return a plot of the predominant type of GxE interaction, genotypic correaltion across trials and variety connectivity

Author(s)

Adapted from Umesh R Rosyara by Germano Costa Neto

References

Eberhart S.A., Russell W.A. (1966) Stability parameters for comparing varieties. Crop Sci. 6: 36-40.

Singh R.K., Chaudhary B.D.(1985) Biometrical Methods in Quantitative Genetics Analysis, Kalyani Publishers

Examples

1
2
3
4
data(MET_maize)
env.corr<-envcorrelation(y = "YIELD", trials = "ENV",
                         gen = "GEN", rep = "REP", df = MET.maize)
head(env.corr)

gcostaneto/YieldTrial documentation built on June 10, 2019, 5:45 a.m.