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,
  ...
)

Arguments

newdata

A data frame of new observations, typically created via make_newdata().

object

A fitted model object. The method is dispatched on this argument.

...

Additional arguments passed to the respective method.

Value

A data frame with CIF estimates appended.