View source: R/summary.flexsurvmix.R
p_flexsurvmix | R Documentation |
These quantities are variously known as transition probabilities, or state
occupancy probabilities, or values of the "cumulative incidence" function,
or values of the "subdistribution" function. They are the probabilities that
an individual has experienced an event of a particular kind by time
t
.
p_flexsurvmix(x, newdata = NULL, startname = "start", t = 1, B = NULL)
x |
Fitted model object returned from |
newdata |
Data frame or list of covariate values. If omitted for a model with covariates, a default is used, defined by all combinations of factors if the only covariates in the model are factors, or all covariate values of zero if there are any non-factor covariates in the model. |
startname |
Name of the state where individuals start. This considers the model as a multi-state model where people start in this state, and may transition to one of the competing events. |
t |
Vector of times |
B |
Number of simulations to use to compute 95% confidence intervals,
based on the asymptotic multivariate normal distribution of the basic
parameter estimates. If |
Note that "cumulative incidence" is a misnomer, as "incidence" typically means a hazard, and the quantities computed here are not cumulative hazards, but probabilities.
A data frame with transition probabilities by time, covariate value and destination state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.