predict.DEA {boostingDEA}R Documentation

Model Prediction for DEA

Description

This function predicts the expected output by a DEA object.

Usage

## S3 method for class 'DEA'
predict(object, newdata, x, y, ...)

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.

Value

data.frame with the predicted values. Valid measures are: rad.out.


[Package boostingDEA version 0.1.0 Index]