Learn R Programming

BGLR (version 1.0.1)

predict.BGLR: Predictions from BGLR Analysis

Description

Predicting values using results from BGLR function.

Usage

## S3 method for class 'BGLR':
predict(object,newdata = NULL, ...)

Arguments

object
An object of class BGLR.
newdata
new data, see BGLR function for more details.
...
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)

Run the code above in your browser using DataLab