summary.tparams_transprobs {hesim} | R Documentation |
Summarize tparams_transprobs
object
Description
The summary()
method summarizes a tparams_transprobs
object containing
predicted transition probabilities; summary statistics are computed for each
possible transition by the relevant ID variables.
Usage
## S3 method for class 'tparams_transprobs'
summary(object, probs = NULL, unflatten = FALSE, ...)
Arguments
object |
A |
probs |
A numeric vector of probabilities with values in |
unflatten |
If |
... |
Additional arguments affecting the summary. Currently unused. |
Value
If unflatten = "FALSE"
(the default), then a data.table
is returned with columns for (i) the health state that is being transitioned
from (from
), (ii) the health state that is being transitioned to (to
)
(iii) the mean of each parameter across parameter samples (mean
),
(iv) the standard deviation of the parameter samples (sd
), and
(v) quantiles of the parameter samples corresponding to the probs
argument.
If, on the other hand, unflatten = "TRUE"
, then the parameters are unflattened
to form transition probability matrices; that is, the mean
, sd
, and
quantile columns are (lists of) matrices.
In both cases, the ID variables are also returned as columns.
See Also
See tparams_transprobs
for an example use of the summary method.