powered by
Extract the residuals for a fitted Finlay-Wilkinson model.
# S3 method for FW residuals(object, ...)
A data.frame with residuals.
An object of class FW
Not used.
Other Finlay-Wilkinson: fitted.FW(), gxeFw(), plot.FW(), report.FW()
fitted.FW()
gxeFw()
plot.FW()
report.FW()
## 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