Batch Recompute ATEs for Multiple Target Samples
Source:R/margot_recompute_ate.R
margot_recompute_ate_batch.Rd
Convenience function to recompute ATEs for multiple target samples at once, returning a comparison table.
Usage
margot_recompute_ate_batch(
causal_forest_output,
target_samples = c("all", "treated", "control", "overlap"),
...
)