predict.FDH {boostingDEA} | R Documentation |
Model Prediction for FDH
Description
This function predicts the expected output by a FDH
object.
Usage
## S3 method for class 'FDH'
predict(object, newdata, x, y, ...)
Arguments
object |
A |
newdata |
|
x |
Inputs index. |
y |
Outputs index. |
... |
further arguments passed to or from other methods. |
Value
data.frame
with the predicted values. Valid measures are:
rad.out
.
[Package boostingDEA version 0.1.0 Index]