predictFDH {eat} | R Documentation |
Model prediction for Free Disposal Hull
Description
This function predicts the expected output by a Free Disposal Hull model.
Usage
predictFDH(data, x, y)
Arguments
data |
Dataframe or matrix containing the variables in the model. |
x |
Vector. Column input indexes in data. |
y |
Vector. Column output indexes in data. |
Value
Data frame with the original data and the predicted values through a Free Disposal Hull model.
[Package eat version 0.1.4 Index]