View source: R/summary.flexsurvmix.R
pdf_flexsurvmix | R Documentation |
This returns an estimate of the probability density for the time to each competing event, at a vector of times supplied by the user.
pdf_flexsurvmix(x, newdata = NULL, t = 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. |
t |
Vector of times at which to evaluate the probability density |
A data frame with each row giving the fitted density dens
for
a combination of covariate values, time and competing event.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.