makeA | R Documentation |
This returns the additive relationship matrix in sparse matrix format.
makeA(pedigree)
pedigree |
A pedigree where the columns are ordered ID, Dam, Sire |
Missing parents (e.g., base population) should be denoted by either 'NA', '0', or '*'.
Used as a support function to makeD
.
See function makeAinv
for directly obtaining the inverse of
the additive genetic relationship matrix.
Returns A, or the numerator relationship matrix, in sparse matrix form.
makeD
, makeS
makeA(Mrode2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.