EAT_object {boostingDEA}R Documentation

Create a EAT object

Description

This function saves information about the Efficiency Analysis Trees model.

Usage

EAT_object(data, x, y, rownames, numStop, max.leaves, na.rm, tree)

Arguments

data

data.frame or matrix containing the variables in the model.

x

Column input indexes in data.

y

Column output indexes in data.

rownames

string. Data rownames.

numStop

Minimum number of observations in a node for a split to be attempted.

max.leaves

Depth of the tree.

na.rm

logical. If TRUE, NA rows are omitted. If FALSE, an error occurs in case of NA rows.

tree

list containing the nodes of the Efficiency Analysis Trees pruned model.

Value

An EAT object.


[Package boostingDEA version 0.1.0 Index]