magnusdv / ribd

Computation of pedigree-based relatedness coefficients. Part of the ped suite packages for pedigree analysis in R
https://magnusdv.github.io/pedsuite/
6 stars 1 forks source link

`constructPedigree` output #10

Closed thoree closed 4 years ago

thoree commented 4 years ago

Should it be "... inbreeding 0.33 and 1" below as shown if y is plotted?

y = ribd::constructPedigree(kappa = c(0,1,2)/3)
#> Result:
#>   (Corner case with half-cousin degrees m = n = 0)
#>   Full siblings; founder inbreeding 0.33 and 0.33

Created on 2020-07-25 by the reprex package (v0.3.0)