.computeTranspose | R Documentation |
Compute the transpose multiplication for the relatedness matrix
.computeTranspose(r2, transpose_method = "tcrossprod", verbose = FALSE)
r2 |
a relatedness matrix |
transpose_method |
character. The method to use for computing the transpose. Options are "tcrossprod", "crossprod", or "star" |
verbose |
logical. If TRUE, print progress through stages of algorithm |
The algorithms and methodologies used in this function are further discussed and exemplified in the vignette titled "examplePedigreeFunctions". For more advanced scenarios and detailed explanations, consult this vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.