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