send.down: Sends testing data down a tree to obtain terminal node...

Description Usage Arguments Value

View source: R/send.down.R

Description

Sends dat.new down tree 'tre' to obtain node assignment.

Usage

1
send.down(dat.new, tre, char.var = 1000, ctgs = NULL)

Arguments

dat.new

data to be run down the tree. Required input.

tre

tree object from grow.ITR(). Required input.

char.var

internal variable.

ctgs

categorical variables, entered as columns in 'dat.new'

Value

data

input data with extra column of node assignments

tree

input tree with extra column for number of observations in each node


kdoub5ha/rcITR documentation built on Aug. 5, 2020, 9:05 p.m.