Learn R Programming

rbmn (version 0.9-6)

chain2mn: computes the distribution of a chain

Description

returns the /mn/ object associated to a /chain/ object. Much better to use this function that the general function nbn2mn since exact formulae are applied.

Usage

chain2mn(chain, order=TRUE)

Value

The resulting /mn/ object. Following the convention of mn

objects, a topological order is given to it. This is necessary to retrieve the associate /nbn/.

Arguments

chain

The chain object to consider.

order

Must a topological order be imposed?

Examples

Run this code
 print8mn(chain2mn(rbmn0chain.01));

Run the code above in your browser using DataLab