This function predicts the expected output through a DEA model.
WAM(
data,
x,
y,
dataOriginal = data,
xOriginal = x,
yOriginal = y,
FDH = FALSE,
weights
)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
Weights. Valid values are: MIP (Measure of Inefficiency
Proportions), RAM (Range Adjusted Measure), BAM (Bounded
Adjusted Measure), normalized (normalized weighted additive model)
and a user specific vector of the same length as the number of input and
output variables