Learn R Programming

tehtuner (version 0.3.0)

get_mnpp.ctree: Get the MNPP for a Conditional Inference Tree

Description

Finds the lowest test statistic for a null conditional inference tree

Usage

get_mnpp.ctree(z, data, Trt, Y)

Value

the MNPP

Arguments

z

a numeric vector of estimated CATEs from Step 1

data

a data frame containing a response, binary treatment indicators, and covariates.

Trt

a string specifying the name of the column of data contains the treatment indicators.

Y

a string specifying the name of the column of data contains the response.