View source: R/add-functions.R
| get_cif | R Documentation |
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,
...
)
newdata |
A data frame of new observations, typically created via
|
object |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.