as.data.table.tparams_transprobs: Coerce to data.table
Description
Creates a data.table
that combines the transition probability matrices
and ID columns from a tparams_transprobs object. This is often useful for
debugging.
Usage
# S3 method for tparams_transprobs
as.data.table(x)
Value
A data.table
with one row for each transition probability matrix.