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