debias_effects: Get de-biased heterogeneous effect estimates (for custom...

Description Usage Arguments Value Examples

View source: R/explain_forest.R

Description

debias_effects Provides de-biased tau estimates based on AIPW (for use in custom explainers, e.g., regression models or GAMs).

Usage

1
debias_effects(forest, WTP = NULL)

Arguments

forest

A trained CEAforests object.

WTP

The willingness to pay for a one-unit increase in Y. Defaults to the WTP supplied to the CEAforests object unless manually specified.

Value

Returns a matrix of transformed outcomes that can be used in parametric or semi-parametric regressions to explain the results from the forest.

Examples

1
2
3
4
## Not run: 
To be added...

## End(Not run)

bonander/CEAforests documentation built on April 1, 2021, 10:57 a.m.