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