- traits
A vector with the names of the columns in the data corresponding to the target traits to be optimized, i.e., those included in the objective function.
- ref
Name of the reference column (e.g., genotype ID). Defaults to the first column.
- clmin
An integer specifying the minimum group size. If omitted, equal to 2.
- clmax
An integer specifying the maximum group size. If omitted, equal to clmin.
- meanvec
A named numeric vector of trait means; if omitted, data are assumed to be already normalized by the mean.
- criteria
A named numeric vector indicating the selection criterion for each trait: 1 for traits to be increased, -1 for traits to be decreased. If omitted, all traits are assumed to be selected for increase.
- data
A data frame comprising the input data consisting of the Predictors of genetic effects, which serve as the basis for the selection procedure.