
Last chance! 50% off unlimited learning
Sale ends in
Builds the pedigree-based additive genetic relationship matrix.
buildA(ped)
: data.frame
with integer columns corresponding to ID, SIRE, DAM. Missing value is 0.
Relationship matrix
A
# NOT RUN {
ped = data.frame(ID=1:6, SIRE=c(0,0,1,3,1,4), DAM=c(0,0,2,2,2,5))
buildA(ped)
# }
Run the code above in your browser using DataLab