powered by
extracts predictions from the results of BGLR function.
# S3 method for BGLR predict(object, newdata, ...)
An object of class BGLR.
BGLR
Currently not supported, for new data you should assing missing value indicator (NAs) to the corresponding entries in the response vector (y).
Further arguments passed to or from other methods.
Gustavo de los Campos, Paulino Perez Rodriguez,
BGLR.
if (FALSE) { 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