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