buildD {ggroups} | R Documentation |
Relationship matrix D
Description
Builds the pedigree-based dominance relationship matrix.
Usage
buildD(ped, A)
Arguments
ped |
: |
A |
: Relationship matrix A created by function |
Value
Relationship matrix
D
Examples
ped = data.frame(ID=1:6, SIRE=c(0,0,1,3,1,4), DAM=c(0,0,2,2,2,5))
buildD(ped, buildA(ped))
[Package ggroups version 2.1.2 Index]