Description Usage Arguments Value Examples
This function returns the frontier output levels for an Efficiency Analysis Trees model.
1 | 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.
1 2 3 | 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.