tune_causal_forest {grf}R Documentation

Causal forest tuning (removed)

Description

To tune a causal forest, see the function 'causal_forest'

Usage

tune_causal_forest(X, Y, W, Y.hat, W.hat, ...)

Arguments

X

X

Y

Y

W

W

Y.hat

Y.hat

W.hat

W.hat

...

Additional arguments (currently ignored).

Value

output


[Package grf version 2.3.2 Index]