residuals.FW: Extract residuals.

View source: R/createFW.R

residuals.FWR 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)


statgenGxE documentation built on May 29, 2024, 1:30 a.m.