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

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

x

Column input indexes in data.

y

Column output indexes in data.

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]