Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

CorReg (version 0.15.8)

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, main = NULL, sub = NULL,
  lang = c("en", "fr"))

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
main
the main title if plot=TRUE
sub
the subtitle (if NULL it is automatically added)
lang
the language for the automatic subtitle in the plot