predictor {boostingDEA}R Documentation

Efficiency Analysis Trees Predictor

Description

This function predicts the expected value based on a set of inputs.

Usage

predictor(tree, register)

Arguments

tree

list with the tree nodes.

register

Set of independent values.

Value

The expected value of the dependent variable based on the given register.


[Package boostingDEA version 0.1.0 Index]