add_cif {pammtools} | R Documentation |
Add cumulative incidence function to data
Description
Add cumulative incidence function to data
Usage
add_cif(newdata, object, ...)
## Default S3 method:
add_cif(
newdata,
object,
ci = TRUE,
overwrite = FALSE,
alpha = 0.05,
n_sim = 500L,
cause_var = "cause",
time_var = NULL,
...
)
Arguments
newdata |
A data frame or list containing the values of the model covariates at which predictions
are required. If this is not provided then predictions corresponding to the
original data are returned. If |
object |
a fitted |
... |
Further arguments passed to |
ci |
|
overwrite |
Should hazard columns be overwritten if already present in
the data set? Defaults to |
alpha |
The alpha level for confidence/credible intervals. |
n_sim |
Number of simulations (draws from posterior of estimated coefficients) on which estimation of CIFs and their confidence/credible intervals will be based on. |
cause_var |
Character. Column name of the 'cause' variable. |
time_var |
Name of the variable used for the baseline hazard. If
not given, defaults to |