Fits a conditional inference tree with minimal test statistic theta
and tests if the tree has more than one terminal node.
test_null_theta_ctree(theta, z, data, Trt, Y)a boolean. True if theta is large enough to give a null
conditional inference tree. False otherwise.
a positive double
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.