ATEobj: ATEobj

Description Usage Arguments Value Examples

View source: R/estimation.R

Description

Constructs the objective function to bound the ATE

Usage

1
ATEobj(processed_data, constraints)

Arguments

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.

Value

A numerical vector containing values of the objective function used to bound the ATE.

Examples

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)

seanmtelliott/RCBRpartial documentation built on Dec. 22, 2021, 11:16 p.m.