factReg
Multi-environment genomic prediction for training and test environments using penalized factorial regression. Predictions are made using genotype-specific environmental sensitivities
Installation
You can install the development version of 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)