mean_records.Rd
function to calculate the mean genotypic value at each cycle and stage WARNING: right now, checks are kept in the population records and they are included in the means that are calculated
mean_records(records)
records | The breeding program |
---|
Real matrix with breeding program cycles in rows and product pipeline stages in columns, each cell being the mean genotypic value for that year and stage
The records object is a list of lists of populations. This function takes those lists and returns the poplation means in a matrix
recordMeans <- mean_records(records)#> Error in mean_records(records): object 'records' not found