View source: R/efficiencyModels.R
ERG | R Documentation |
This function predicts the expected output through a DEA model.
ERG(data, x, y, dataOriginal = data, xOriginal = x, yOriginal = y, FDH = FALSE)
data |
|
x |
Vector. Column input indexes in data. |
y |
Vector. Column output indexes in data. |
dataOriginal |
|
xOriginal |
Vector. Column input indexes in original data. |
yOriginal |
Vector. Column output indexes in original data. |
FDH |
Binary decision variables |
matrix
with the the predicted score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.