send.down.VI.ITR: Sends testing data down a tree to assess the performance of...

Description Usage Arguments Value

View source: R/send.down.VI.ITR.R

Description

Sends testing data down a tree to assess the performance of the tree. This is used inside the variable importance function.

Usage

1
2
send.down.VI.ITR(dat.new, tre, col.y, col.trt, col.prtx, ctg = NA, n0 = 5,
  revise.tree = T, depth = 1)

Arguments

dat.new

the new data set being sent down the tree. Required input.

col.y

the response variable. Required input.

col.trt

the treatment indicator. Must be binary. Required input.

col.prtx

the probability of being assigned to treatment group. Required input.

ctg

identifies the categorical input columns. Defaults to NA. Not available yet.

n0

minimum number of treatment/control observations needed in a split to call a node terminal. Defaults to 5.

tree

constructed tree.

Value

summary of tree performance


jinjinzhou/ITR.Tree documentation built on May 19, 2019, 10:36 a.m.