lp_solve_dea: Build dea problem

View source: R/lp_solve_dea.R

lp_solve_deaR Documentation

Build dea problem

Description

For the given input and output build the lp_solve problem and return it.

Usage

lp_solve_dea(input, output, orientation = c("input", "output"), solve = FALSE)

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".

solve

If TRUE then solve dea model

Value

list(lp, status, ux, vy, eff)


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