fitted.FW {statgenGxE}R Documentation

Extract fitted values.

Description

Extract the fitted values for a fitted Finlay-Wilkinson model.

Usage

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

Arguments

object

An object of class FW

...

Not used.

Value

A data.frame with fitted values.

See Also

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

Examples

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

## Extract fitted values.
fitFW <- fitted(geFW)
head(fitFW)


[Package statgenGxE version 1.0.8 Index]