This function creates a deep Efficiency Analysis Tree and a set of possible prunings by the weakest-link pruning procedure.
deepEAT(data, x, y, numStop = 5, max.depth = NULL, max.leaves = NULL)
A list
containing each possible pruning for the deep tree and its associated alpha value.
data.frame
or matrix
containing the variables in the model.
Column input indexes in data
.
Column output indexes in data
.
Minimum number of observations in a node for a split to be attempted.
Maximum depth of the tree.
Maximum number of leaf nodes.