leaf_stats.causal_forest {grf}R Documentation

Calculate summary stats given a set of samples for causal forests.

Description

Calculate summary stats given a set of samples for causal forests.

Usage

## S3 method for class 'causal_forest'
leaf_stats(forest, samples, ...)

Arguments

forest

The GRF forest

samples

The samples to include in the calculations.

...

Additional arguments (currently ignored).

Value

A named vector containing summary stats


[Package grf version 2.4.0 Index]