powered by
This function returns the frontier output levels for an Efficiency Analysis Trees model.
EAT_frontier_levels(object)
A data.frame with the frontier output levels at the leaf nodes of the Efficiency Analysis Trees model introduced.
data.frame
An EAT object.
EAT
simulated <- Y1.sim(N = 50, nX = 3) EAT_model <- EAT(data = simulated, x = c(1, 2, 3), y = 4, numStop = 10, fold = 5) EAT_frontier_levels(EAT_model)
Run the code above in your browser using DataLab