fitted.FW | R Documentation |
Extract the fitted values for a fitted Finlay-Wilkinson model.
## S3 method for class 'FW'
fitted(object, ...)
object |
An object of class FW |
... |
Not used. |
A data.frame with fitted values.
Other Finlay-Wilkinson:
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.