Description Usage Arguments Value See Also Examples
A tool for converting a matrix of angles to a correlation matrix using Choleksy factor
1 | angles2rho(theta)
|
theta |
A (p-1) times (p-1) matrix of angles. |
A p times p correlation matrix.
1 2 | theta <- matrix(rep(0.5, 4), 2, 2)
angles2rho(theta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.