Description Usage Arguments Value Examples
View source: R/efficiencyCEAT.R
This function computes the efficiency scores for each DMU through a Convexified Efficiency Analysis Trees model.
1 2 3 4 5 6 7 8 9 10 11 | efficiencyCEAT(
data,
x,
y,
object,
scores_model,
digits = 3,
DEA = TRUE,
print.table = FALSE,
na.rm = TRUE
)
|
data |
|
x |
Column input indexes in |
y |
Column output indexes in |
object |
An |
scores_model |
Mathematical programming model to calculate scores.
|
digits |
Decimal units for scores. |
DEA |
|
print.table |
|
na.rm |
|
A data.frame
with the efficiency scores computed through a Convexified Efficiency Analysis Trees model. Optionally, a summary descriptive table of the efficiency scores can be displayed.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.