result object for later re-estimationupdate_missing.Rdupdate_missing is a function that updates information about the missingness
in the model_specification object within a result object.
update_missing(obj, new_formula = NULL, new_estimator = NULL, drop = FALSE)A result object
A new formula, which can be described as updates to an existing object
A new function used to estimate the conditional probability of treatment
Drops the missingness variable from an analysis (default drop = FALSE)
An result object that contains an updated model_specification component.