Learn R Programming

CRE (version 0.2.7)

discover_rules: Discover rules

Description

Discover the minimal set of rules linearly decomposing the Conditional Average Treatment Effect (CATE).

Usage

discover_rules(X, ite, method_params, hyper_params)

Value

A minimal set of rules linearly decomposing the Conditional Average Treatment Effect (CATE).

Arguments

X

A covariate matrix.

ite

An estimated ITE.

method_params

A vector of method parameters.

hyper_params

A vector of hyper parameters.