| get_scores.causal_survival_forest {grf} | R Documentation |
For details see section 3.2 and equation (20) in the causal survival forest paper.
## S3 method for class 'causal_survival_forest' get_scores(forest, subset = NULL, ...)
forest |
A trained causal survival forest. |
subset |
Specifies subset of the training examples over which we estimate the ATE. WARNING: For valid statistical performance, the subset should be defined only using features Xi, not using the treatment Wi or the outcome Yi. |
... |
Additional arguments (currently ignored). |
A vector of scores.