Description Usage Arguments Value Examples
Constructs the objective function to bound the ATE
1 | ATEobj(processed_data, constraints)
|
processed_data |
A bcDAT object which is the output of the process_data() function. |
constraints |
A list of constraints which is the output of the make_constraints() function. Only the hyperplane arrangement is used here. |
A numerical vector containing values of the objective function used to bound the ATE.
1 2 3 | # process_data1 is output from process_data()
# cons0 is output from make_constraints()
objlam_ATE = ATEobj(processed_data = process_data1,constraints = cons0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.