| residuals.asreml {asreml} | R Documentation |
Extract model residuals
Description
Extracts residuals from asreml objects.
Usage
## S3 method for class 'asreml'
residuals(
object,
type = c("working", "deviance", "stdDeviance", "pearson", "response", "stdCond"),
spatial = c("trend", "plot"),
...
)
Arguments
object |
An |
type |
Type of residuals, options are: |
spatial |
If a second independent error term has been fitted by including
|
... |
Additional arguments. |
Value
A numeric vector containing the model residuals.
[Package asreml version 4.2.0.480 Index]