predict.DEA: Model Prediction for DEA
Description
This function predicts the expected output by a DEA
object.
Usage
# S3 method for DEA
predict(object, newdata, x, y, ...)
Value
data.frame with the predicted values. Valid measures are:
rad.out.
Arguments
- object
A DEA object.
- newdata
data.frame. Set of input variables to predict on.
- x
Inputs index.
- y
Outputs index.
- ...
further arguments passed to or from other methods.