chooseTrialEntries: chooseTrialEntries function

View source: R/VarietyDevPipe.R

chooseTrialEntriesR Documentation

chooseTrialEntries function

Description

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

Usage

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

Details

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

Value

bsd updated with a vector of entry IDs in bsd$entries

Examples

bsd <- chooseTrialEntries(bsd, toTrial, fromTrial)]


jeanlucj/BreedSimCost documentation built on July 21, 2023, 1:59 a.m.