# Uncle-nephew pedigree
x = addSon(nuclearPed(2), 4)
# Complete table
coeffTable(x)
# Only relevant 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)
# Both autosomal and X
coeffTable(x, Xchrom = NA)
Run the code above in your browser using DataLab