EAT_frontier_levels | R Documentation |
This function returns the frontier output levels for an Efficiency Analysis Trees model.
EAT_frontier_levels(object)
object |
An |
A data.frame
with the frontier output levels at the leaf nodes of the Efficiency Analysis Trees model introduced.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.