BGLR with Reps
Published:
To fit a model that has reps or any unbalanced design in BGLR, you need to first design the Z matrix, you can use model.matrix
function for that. Then, in the ETA object you need to provide a ZGZ’ or ZM instead of standard X or K matrices. More on it here. Example below: