# Uncle-nephew pedigree
x = avuncularPed()
# Complete table
coeffTable(x)
# Only selected coefficients
coeffTable(x, coeff = c("phi", "deg", "kappa"))
# Only the uncle-nephew pair
coeffTable(x, ids = c(3, 6), coeff = c("phi", "deg", "kappa"))
# X-chromosomal coefficients
coeffTable(x, Xchrom = TRUE, coeff = "kappa")
# Both autosomal and X
coeffTable(x, Xchrom = NA, coeff = "phi")
Run the code above in your browser using DataLab