Learn R Programming

BGLR (version 1.1.3)

residuals.BGLR: Extracts models residuals

Description

extracts model residuals from objects returned by BGLR function.

Usage

# S3 method for BGLR
residuals(object, ...)

Arguments

object

An object of class BGLR.

...

Further arguments passed to or from other methods.

Author

Gustavo de los Campos, Paulino Perez Rodriguez,

See Also

BGLR.

Examples

Run this code

if (FALSE) {

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

}

Run the code above in your browser using DataLab