Learn R Programming

CRE (version 0.2.7)

estimate_ite_tlearner: Estimate the Individual Treatment Effect (ITE) using T-Learner

Description

Estimates the Individual Treatment Effect using T-Learner given a response vector, a treatment vector, a features matrix and estimation model for the outcome.

Usage

estimate_ite_tlearner(y, z, X, learner_y = "SL.xgboost")

Value

A list of ITE estimates.

Arguments

y

An observed response vector.

z

A treatment vector.

X

A features matrix.

learner_y

A estimation model for the outcome.