Function to estimate variety candidate BLUPs assuming they are IID

iidPhenoEval(phenoRecords)

Arguments

phenoRecords

Tibble of phenotypic observations on variety candidates.

Value

Named real vector of the BLUPs of all individuals in phenoRecords, (names are the individual ids), with appropriate weights by error variance

Details

Given all the phenotypic records calculate the best prediction of the genotypic value for each individual using all its records

Examples

iidBLUPs <- iidPhenoEval(phenoRecords)
#> Error in dplyr::mutate(., wgt = 1/errVar): object 'phenoRecords' not found