DEA {boostingDEA} | R Documentation |
Data Envelope Analysis model
Description
This function estimates a production frontier satisfying Data Envelope Analysis axioms using the radial output measure.
This function saves information about the DEA model.
Usage
DEA(data, x, y)
DEA_object(data, x, y, pred, score)
Arguments
data |
|
x |
Column input indexes in |
y |
Column output indexes in |
pred |
Output predictions using the BBC radial output measure |
score |
Efficiency score using the BBC radial output measure |
Value
A DEA
object.
A DEA
object.
[Package boostingDEA version 0.1.0 Index]