Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

residuals.BGLR

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 BGLR.

...

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)

BGLR

Bayesian Generalized Linear Regression

v1.0.8
GPL-3
Authors
Gustavo de los Campos, Paulino Perez Rodriguez,
Initial release
2018-11-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.