Learn R Programming

hesim (version 0.5.0)

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)

Arguments

Value

A data.table with one row for each transition probability matrix.

See Also

tparams_transprobs