powered by
Extract the fitted values for an object of class AMMI.
# S3 method for AMMI fitted(object, ...)
An object of class AMMI
Not used.
A data.frame with fitted values.
Other AMMI: gxeAmmi(), plot.AMMI(), report.AMMI(), residuals.AMMI()
gxeAmmi()
plot.AMMI()
report.AMMI()
residuals.AMMI()
# NOT RUN { ## 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