create_dmat | R Documentation |
This function creates the normalizing matrix D by taking the Cholesky decomposition of the inverse of the phylogenetic variance-covariance matrix. This process is called Cholesky whitening. As far as I know, it requires fewer matrix calculations than some methods that involve singular value decomposition (SVD).
create_dmat(tree)
tree |
An object of class |
This function returns a D matrix.
Kevin Surya
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.