Split.X: Split a parent node into two child nodes by a covariate....

Description Usage Arguments

View source: R/Split.X.R

Description

Split a parent node into two child nodes by a covariate. Split the parent node in order to maximize the outcome of interest by signing different treatment in child nodes. Calculate new outcome means for each child node.

Usage

1
Split.X(X, A, mus.hat, minsplit = 20)

Arguments

X

Covariate matrix.

A

A vector of observed treatments.

mus.hat

Estimated conditional mean outcome.

minsplit

Minimal node size.


Team-Wang-Lab/T-RL documentation built on Jan. 3, 2020, 12:11 a.m.