predict.EAT {boostingDEA} | R Documentation |
Model Prediction for Efficiency Analysis Trees.
Description
This function predicts the expected output by an EAT
object.
Usage
## S3 method for class 'EAT'
predict(object, newdata, x, ...)
Arguments
object |
An |
newdata |
|
x |
Inputs index. |
... |
further arguments passed to or from other methods. |
Value
data.frame
with the predicted values.
[Package boostingDEA version 0.1.0 Index]