fitted.asreml {asreml} | R Documentation |
Extracts fitted values from an asreml
object.
## S3 method for class 'asreml' fitted(object, type = c("response", "link"), ...)
object |
An |
type |
if |
... |
Additional arguments. |
A numeric vector of fitted values.
## Not run: data(oats) oats.asr <- asreml(yield ~ Variety*Nitrogen, random = ~ Blocks/Wplots, data=oats) fitted(oats.asr) ## End(Not run)