iidPhenoEval.Rd
Function to estimate variety candidate BLUPs assuming they are IID
iidPhenoEval(phenoRecords)
phenoRecords | Tibble of phenotypic observations on variety candidates. |
---|
Named real vector of the BLUPs of all individuals in phenoRecords, (names are the individual ids), with appropriate weights by error variance
Given all the phenotypic records calculate the best prediction of the genotypic value for each individual using all its records
iidBLUPs <- iidPhenoEval(phenoRecords)#> Error in dplyr::mutate(., wgt = 1/errVar): object 'phenoRecords' not found