estimate_ite_xlearner: Estimate the Individual Treatment Effect (ITE) using...

View source: R/estimate_ite_xlearner.R

estimate_ite_xlearnerR Documentation

Estimate the Individual Treatment Effect (ITE) using X-Learner

Description

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

Usage

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

Arguments

y

An observed response vector.

z

A treatment vector.

X

A features matrix.

learner_y

A estimation model for the outcome.

Value

A list of ITE estimates.


CRE documentation built on Oct. 19, 2024, 5:07 p.m.