Qgpu | R Documentation |
Adds genetic group contributions to the genetic merit of individuals.
Qgpu(Q, sol)
Q |
: The output |
sol |
: |
Vector of Qĝ + û
ped = data.frame(ID=c(3,4,6,5), SIRE=c(1,3,4,1), DAM=c(2,2,5,2)) Q = qmatL(gghead(ped)) ghat = c(0.1, -0.2) uhat = seq(-1.5, 1.5, 1) sol = data.frame(ID=1:6, EBV=c(ghat, uhat)) Qgpu(Q, sol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.