EAT_size | R Documentation |
This function returns the number of leaf nodes for an Efficiency Analysis Trees model.
EAT_size(object)
object |
An |
Number of 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_size(EAT_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.