update_treatment is a function that updates information about the treatment in the model_specification object within a result object.

update_treatment(
  obj,
  new_name = NULL,
  new_formula = NULL,
  new_estimator = NULL,
  drop = FALSE
)

Arguments

obj

A result object

new_name

A new variable name

new_formula

A new formula, which can be described as updates to an existing object

new_estimator

A new function used to estimate the conditional probability of treatment

drop

Drops the treatment variable from an analysis (default drop = FALSE)

Value

An result object that contains an updated model_specification component.

Author

M. Alan Brookhart