residuals.BGLR | R Documentation |
extracts model residuals from objects returned by BGLR function.
## S3 method for class 'BGLR'
residuals(object, ...)
object |
An object of class |
... |
Further arguments passed to or from other methods. |
Gustavo de los Campos, Paulino Perez Rodriguez,
BGLR
.
## Not run:
setwd(tempdir())
library(BGLR)
data(wheat)
out=BLR(y=wheat.Y[,1],XL=wheat.X)
residuals(out)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.