Update models used to estimate average treatment effects (ATEs) with survival data. This will re-estimate the function used to create object and is helpful for performing sensitivity analyses where only a few arguments need to be modified. It does this by extracting the original function "call".

# S3 method for surv_ate
update(object, ...)

# S3 method for grouped_surv_ate
update(object, ...)

# S3 method for grouped_ps_surv
update(object, ...)

Arguments

object

An object of the appropriate class.

Value

An updated version of object.