This function predicts the expected output through a DEA model.
ERG(data, x, y, dataOriginal = data, xOriginal = x, yOriginal = y, FDH = FALSE)matrix with the the predicted score
data.frame or matrix containing the new variables
in the model.
Vector. Column input indexes in data.
Vector. Column output indexes in data.
data.frame or matrix containing the
original
variables used to create the model.
Vector. Column input indexes in original data.
Vector. Column output indexes in original data.
Binary decision variables