Learn R Programming

CorReg (version 0.14.3)

recursive_tree: decision tree in a recursive way

Description

decision tree in a recursive way

Usage

recursive_tree(data = data, Y = "Y", modele = NULL, kill = NULL,
  index = NULL, print = TRUE, plot = TRUE)

Arguments

data
the dataset including the response
Y
the name of the response
modele
vector of the names used for the last tree search (not necessarily choosen)
kill
vector of the names to kill
index
to give a number to the plot
print
boolean to print the tree parameters
plot
boolean to plot the tree