predict.gge | R Documentation |
Predict the means for a genotype-vs-environment trial based on a Genotype plus Genotype-vs-Environment interaction (GGE) model.
## S3 method for class 'gge' predict(object, naxis = 2, output = "wide", ...)
object |
An object of class |
naxis |
The the number of principal components to be used in the prediction. Generally, two axis may be used. In this case, the estimated values will be those shown in the biplot. |
output |
The type of output. It must be one of the |
... |
Currently not used. |
This function is used to predict the response variable of a two-way table (for examples the yielding of g genotypes in e environments) based on GGE model. This prediction is based on the number of principal components used. For more details see Yan and Kang (2007).
A two-way table with genotypes in rows and environments in columns if
output = "wide"
or a long format (columns ENV, GEN and Y) if
output = "long"
with the predicted values by the GGE model.
Tiago Olivoto tiagoolivoto@gmail.com
Yan, W., and M.S. Kang. 2003. GGE biplot analysis: a graphical tool for breeders, geneticists, and agronomists. CRC Press.
library(metan) mod <- gge(data_ge, GEN, ENV, c(GY, HM)) predict(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.