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.
Usage
chain2pre(chain, corre=FALSE)
Value
A dimnamed matrix
Arguments
chain
The chain object to consider.
corre
To get the inverse of the correlation matrix instead
of.