residuals.FW {statgenGxE}R Documentation

Extract residuals.

Description

Extract the residuals for a fitted Finlay-Wilkinson model.

Usage

## S3 method for class 'FW'
residuals(object, ...)

Arguments

object

An object of class FW

...

Not used.

Value

A data.frame with residuals.

See Also

Other Finlay-Wilkinson: fitted.FW(), gxeFw(), plot.FW(), report.FW()

Examples

## Run Finlay-Wilkinson analysis.
geFW <- gxeFw(TD = TDMaize, trait = "yld")

## Extract residuals.
residFW <- residuals(geFW)
head(residFW)


[Package statgenGxE version 1.0.8 Index]