chain2correlation: computes the correlation matrix of a chain

View source: R/f02.chain.code.r

chain2correlationR Documentation

computes the correlation matrix of a chain

Description

returns the correlation matrix of a /chain/ object.

Usage

chain2correlation(chain)

Arguments

chain

The chain object to consider.

Value

The correlation matrix. It is not sorted to respect a topological order contrary to chain2mn function.

Examples

 chain2correlation(rbmn0chain.03);

rbmn documentation built on July 9, 2023, 6:37 p.m.