| fitted.asreml {asreml} | R Documentation |
Extract fitted values
Description
Extracts fitted values from an asreml object.
Usage
## S3 method for class 'asreml'
fitted(
object,
type = c("response", "link"),
value = c("cell", "cumulative"),
...
)
Arguments
object |
An |
type |
If |
value |
If |
... |
Additional arguments. |
Value
A numeric vector of fitted values.
Examples
## Not run:
data(oats)
oats.vsr <- asreml(yield ~ Variety*Nitrogen, random = ~ Blocks/Wplots, data = oats)
fitted(oats.vsr)
## End(Not run)
[Package asreml version 4.2.0.480 Index]