residuals.FW | R Documentation |
Extract the residuals for a fitted Finlay-Wilkinson model.
## S3 method for class 'FW'
residuals(object, ...)
object |
An object of class FW |
... |
Not used. |
A data.frame with residuals.
Other Finlay-Wilkinson:
fitted.FW()
,
gxeFw()
,
plot.FW()
,
report.FW()
## Run Finlay-Wilkinson analysis.
geFW <- gxeFw(TD = TDMaize, trait = "yld")
## Extract residuals.
residFW <- residuals(geFW)
head(residFW)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.