The Genomic Bayesian Regression process builds predictive models using the Bayesian methods present in the BGLR package (Pérez and de los Campos, 2013
1). Genomic Bayesian regression is a form of regularized regression that allows for numerous, potentially correlated, predictors and shrinks them using a common variance component model. A complete guide to the BGLR package found at
https://cran.r-project.org/web/packages/BGLR/vignettes/BGLR-extdoc.pdf.
You must have the latest version of base R installed on your machine. Refer to The R Project for Statistical Computing for downloads and more information. You must also download BGLR package. Use the
R Package Manager to download and add this and other packages to your base R installation. You may also need to modify the
sasv9.cfg file. Refer to the
R Package Manager documentation for instructions.