Learn R Programming

CRE (version 0.2.7)

check_input_data: Check input data

Description

Conducts sanity checks for the input data.

Usage

check_input_data(y, z, X, ite = NULL)

Value

The number of data samples.

Arguments

y

The observed response vector.

z

The treatment vector.

X

The features matrix.

ite

The estimated ITE vector.