residuals.BGLR {BGLR} | R Documentation |
Extracts models residuals
Description
extracts model residuals from objects returned by BGLR function.
Usage
## S3 method for class 'BGLR'
residuals(object, ...)
Arguments
object |
An object of class |
... |
Further arguments passed to or from other methods. |
Author(s)
Gustavo de los Campos, Paulino Perez Rodriguez,
See Also
BGLR
.
Examples
## Not run:
setwd(tempdir())
library(BGLR)
data(wheat)
out=BLR(y=wheat.Y[,1],XL=wheat.X)
residuals(out)
## End(Not run)
[Package BGLR version 1.1.2 Index]