lp_solve_dea | R Documentation |
For the given input and output build the lp_solve problem and return it.
lp_solve_dea(input, output, orientation = c("input", "output"), solve = FALSE)
input |
A matrix or a data frame with the inputs of units to be evaluated, one row for each DMU and one column for each input. |
output |
A matrix or a data frame with the outputs of units to be evaluated, one row for each DMU and one column for each output. |
orientation |
Use "input" for input orientation or use "output" for output orientation in DEA model. |
solve |
If TRUE then solve dea model |
list(lp, status, ux, vy, eff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.