Multi-environment genomic prediction for training and test environments using penalized factorial regression. Predictions are made using genotype-specific environmental sensitivities
You can install factReg like so:
- Install from CRAN:
install.packages("factReg")
- Install latest development version from GitHub (requires remotes package):
remotes::install_github("Biometris/factReg", ref = "develop", dependencies = TRUE)