residuals.BGLR: Extracts models residuals

Description Usage Arguments Author(s) See Also Examples

Description

extracts model residuals from objects returned by BGLR function.

Usage

1
2
## S3 method for class 'BGLR'
residuals(object, ...)

Arguments

object

An object of class BGLR.

...

Further arguments passed to or from other methods.

Author(s)

Gustavo de los Campos, Paulino Perez Rodriguez,

See Also

BGLR.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

setwd(tempdir())
library(BGLR)
data(wheat)
out=BLR(y=wheat.Y[,1],XL=wheat.X)
residuals(out)


## End(Not run)

BGLR documentation built on May 2, 2019, 6:53 p.m.