Function to select which varieties to advance to the next stage assuming they are IID (i.e., estimating genotypic values), by truncation selection

chooseTrialEntries(bsd, toTrial, fromTrial = NULL)

Arguments

bsd

The breeding scheme data list

toTrial

String the trial type the entries are going to

fromTrial

String the trial type the entries are coming from

Value

Vector of entry IDs

Details

Accesses all data in phenoRecords to pick the highest performing candidates.

Examples