chain2correlation {rbmn}R 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);

[Package rbmn version 0.9-6 Index]