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