Learn R Programming

rbmn (version 0.9-6)

chain2gema: transforms a /chain/ to a /gema/

Description

From a chain object returns the gema using a direct formulae.
Much precised than to use the /nbn/ way.

Usage

chain2gema(chain)

Value

The corresponding gema object.

Arguments

chain

the chain object to be transformed.

Examples

Run this code
 identical(chain2gema(rbmn0chain.02)$mu, rbmn0gema.02$mu);
 print(chain2gema(rbmn0chain.02)$li-rbmn0gema.02$li);

Run the code above in your browser using DataLab