autoplot.stateprobs {hesim} | R Documentation |
Plot state probabilities
Description
Quickly plot state probabilities stored in a stateprobs
object.
Usage
## S3 method for class 'stateprobs'
autoplot(
object,
labels = NULL,
ci = FALSE,
prob = 0.95,
ci_style = c("ribbon", "line"),
geom_alpha = 0.3,
...
)
Arguments
object |
A |
labels |
A list of named vectors containing the values and labels of
variables. The elements of each vector are the values of a variable and the
names are the labels. The names of the list are the names of the variables.
See the output returned by |
ci |
A logical value indicating whether confidence intervals should be
plotted. Default is |
prob |
A numeric scalar in the interval |
ci_style |
Style to use for the confidence interval if |
geom_alpha |
The opacity for the shaded confidence bands when
|
... |
Further arguments passed to and from methods. Currently unused. |
Value
A ggplot
object.
Note
If there are multiple patients/groups, then state probabilities are
averaged across patients/groups (using the weights in patient_wt
if available)
prior to plotting.
See Also
Psm
for an example.