virtual_dea: Compute virtual input and output for (standard) DEA model

View source: R/virtual_dea.R

virtual_deaR Documentation

Compute virtual input and output for (standard) DEA model

Description

For the given orientation, input, output and weights compute virtual input and output as described in @references A new approach to the bi-dimensional representation of the DEA efficient frontier with multiple inputs and outputscompute DMU's efficiencies

Usage

virtual_dea(input, output, orientation, ux, vy)

Arguments

input

A matrix or a data frame containing the inputs of the units to be evaluated, with one row for each DMU and one column for each input.

output

A matrix or a data frame containing the outputs of the units to be evaluated, with one row for each DMU and one column for each output.

orientation

Use "input" for input orientation or "output" for output orientation in DEA model. The default is "input".

Value

vinput, voutput


adea documentation built on Nov. 24, 2023, 5:10 p.m.