define_transition_table: Define the table for transition
Description
Define the table for transition
Usage
define_transition_table(tmat)
Arguments
tmat
transition matrix in the format as in package 'mstate'
Value
the transition table with the probabilities
Details
Generating a table for transition matrix for efficient understanding and
checking
The transition matrix in the format as per 'mstate' package is
transformed to a table. if tmat is not a square matrix, it gives error
else it spells out the transition number, probability name and from state
to state