powered by
Extract the fitted values for an object of class AMMI.
# S3 method for AMMI fitted(object, ...)
A data.frame with fitted values.
An object of class AMMI
Not used.
Other AMMI: gxeAmmi(), plot.AMMI(), report.AMMI(), residuals.AMMI()
gxeAmmi()
plot.AMMI()
report.AMMI()
residuals.AMMI()
## Run AMMI analysis on TDMaize. geAmmi <- gxeAmmi(TD = TDMaize, trait = "yld") ## Extract fitted values. fitAmmi <- fitted(geAmmi) head(fitAmmi)
Run the code above in your browser using DataLab