This function predicts the expected output through a DEA model.
DDF(
data,
x,
y,
dataOriginal = data,
xOriginal = x,
yOriginal = y,
FDH = FALSE,
direction.vector
)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
Direction vector. Valid values are: dmu (x_0, y_0),
unit (unit vector), mean (mean values of each variable) and
a user specific vector of the same length as the number of input and output
variables