Learn R Programming

rbmn (version 0.9-6)

chain2correlation: computes the correlation matrix of a chain

Description

returns the correlation matrix of a /chain/ object.

Usage

chain2correlation(chain)

Value

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

Arguments

chain

The chain object to consider.

Examples

Run this code
 chain2correlation(rbmn0chain.03);

Run the code above in your browser using DataLab