Last chance! 50% off unlimited learning
Sale ends in
Extract the residuals for the fitted AMMI model.
# S3 method for AMMI
residuals(object, ...)
An object of class AMMI
Not used.
A data.frame with residuals.
Other AMMI:
fitted.AMMI()
,
gxeAmmi()
,
plot.AMMI()
,
report.AMMI()
# NOT RUN {
## 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