Help with Causal Trees and Forest

To get access to confidence intervals for the estimations, I need to convert code from the causalTree package into the causal_forest (grf) package.
The original code is as follows:

tree = causalTree(X,
data = data, treatment = W,
split.Rule = "TOT",
cv.option = "fit",
minsize =250,
cv.Honest = T,
split.Bucket = T,
xval = 10,
propensity = 0.8)

I got the X, Y and W going, but how do I translate the other specifications into the causal_forest command?

Thanks for the help!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.