DeltaPair {Jacquard} | R Documentation |
Function DeltaPair
extracts from the list object of all pairwise Jacquard coefficients the
set of coefficients of a given pair (i,j).
DeltaPair(Delta, i, j, digits = 7)
Delta |
A list with nine matrices of pairswise coefficients. |
i |
Index of the first individual. |
j |
Index of the second individual. |
digits |
Number of digits to which the coefficients are rounded. |
A vector with nine elements
Jan Graffelman (jan.graffelman@upc.edu)
data(DeltaSimulatedPedigree)
DeltaPair(DeltaSimulatedPedigree,1,2)