Learn R Programming

DOBAD (version 1.0.6)

list2CTMC: Convert a list representation of a CTMC to the class version

Description

Convert a list representation of a CTMC to the class version

Usage

list2CTMC(aCTMC)

Arguments

aCTMC

A CTMC represented as a list. Should have a "states", "times" vectors and a T numeric.

Value

Returns the same data but as an object of class CTMC.