powered by
Extract the residuals for a fitted Finlay-Wilkinson model.
# S3 method for FW residuals(object, ...)
An object of class FW
Not used.
A data.frame with residuals.
Other Finlay-Wilkinson: fitted.FW(), gxeFw(), plot.FW(), report.FW()
fitted.FW()
gxeFw()
plot.FW()
report.FW()
# NOT RUN { ## Run Finlay-Wilkinson analysis. geFW <- gxeFw(TD = TDMaize, trait = "yld") ## Extract residuals. residFW <- residuals(geFW) head(residFW) # }
Run the code above in your browser using DataLab