| inbreeding {pedigreemm} | R Documentation |
Inbreeding coefficients from a pedigree
inbreeding(ped)
ped |
an object that inherits from class pedigree |
Determine the inbreeding coefficients for all the individuals of a pedigree. This function a numeric vector.
a numeric vector
Sargolzaei, M. and H. Iwaisaki, 2005. Comparison of four direct algorithms for computing the inbreeding coefficients. J. Anim. Sci, 76: 401-406.
ped <- pedigree(sire = c(NA,NA,1, 1,4,5),
dam = c(NA,NA,2,NA,3,2), label= 1:6)
inbreeding(ped)