Estimate the CATE using a conditional inference tree for Step 2
vt2_ctree(z, data, Trt, Y, theta)An object of class BinaryTree-class. See
BinaryTree-class.
a numeric vector of estimated CATEs from Step 1
a data frame containing a response, binary treatment indicators, and covariates.
a string specifying the name of the column of data
contains the treatment indicators.
a string specifying the name of the column of data
contains the response.
the value of the test statistic that must be exceeded in order
to implement a split (mincriterion)
Other VT Step 2 functions:
vt2_classtree(),
vt2_lasso(),
vt2_rtree()