powered by
## S3 method for class 'BGLR': predict(object, newdata, ...)
BGLR
setwd(tempdir()) library(BGLR) data(wheat) out=BLR(y=wheat.Y[,1],XL=wheat.X) predict(out)
Run the code above in your browser using DataLab