View source: R/f02.chain.code.r
chain2pre | R Documentation |
returns the precision matrix of a chain, that is the inverse of its
variance (correlation) matrix. Much better to use this function that
solve(chain2mn(chain)$gamma)
since exact formulae are applied.
chain2pre(chain, corre=FALSE)
chain |
The chain object to consider. |
corre |
To get the inverse of the correlation matrix instead of. |
A dimnamed matrix
chain2pre(rbmn0chain.02);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.