Description Usage Arguments Details Value Author(s)
This is a function for getting BLUPs of genomic/breeding values from the animal model using the selection index approach.
1 |
y |
double vector. Phenotypic values (only for training individuals). |
A |
double matrix. A semi-positive-definite matrix (pedigree- or marker-based). |
lambda |
double. The ratio of environmental to genetic variance component. |
ps_only |
boolean. Should predictions only be give for the prediction set? |
check |
boolean. Should checks on the input be performed? |
This function has two requirements on the sorting of y
and A
:
(i) any individuals to be predicted (having no phenotype) comes before any
training individual with p henotype and (ii) the order of training
individuals in y
is the same as in A
.
A list with two components. The first components hold the BLUE of the general mean, the second component the BLUPs of the genomic or breeding values.
Dominik Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.