This function specifies a treatment variable in the sequence of treatment variables that define the controlled direct effect of interest.
Arguments
- object
A
cde_estimator
object that may or may have previous treatment variables specified/- treat
Name of the treatment variable (not quoted).
- formula
One-sided formula giving the covariates that are pre-treatment to this treatment, but post-treatment to any previous treatment. Unless overridden by the arguments to
treat_model()
oroutreg_model()
, this formula will be the specification used in the modeling of the propensity scores or outcome regressions.- treat_type
A string indicating the type of variable this is. Takes either the values
"categorical"
or"regression"
(the latter is not yet implemented). of- eval_vals
A numeric vector of values of this variable to evaluate the controlled direct effecct. If
NULL
(the default), this will be set to all observed values of the variable.