Learn R Programming

BGLR (version 1.0.3)

effects.BGLR: effects for BGLR fitted models

Description

Gives estimated effects for models fitted using the BGLR function.

Usage

## S3 method for class 'BGLR':
effects(object, ...)

Arguments

object
An object of class BGLR.
...
Further arguments passed to or from other methods.

See Also

BGLR.

Examples

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

Run the code above in your browser using DataLab