Internal generic dispatching CIF calculation based on the model class.
get_cif(newdata, object, ...)
# Default S3 method
get_cif(
newdata,
object,
ci,
time_var,
interval_length = "intlen",
alpha,
nsim,
cause_var,
...
)A data frame of new observations, typically created via
make_newdata().
A fitted model object. The method is dispatched on this argument.
Additional arguments passed to the respective method.
A data frame with CIF estimates appended.