Learn R Programming

eat (version 0.1.4)

predictFDH: Model prediction for Free Disposal Hull

Description

This function predicts the expected output by a Free Disposal Hull model.

Usage

predictFDH(data, x, y)

Value

Data frame with the original data and the predicted values through a Free Disposal Hull model.

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.