Learn R Programming

boostingDEA (version 0.1.0)

predict.EAT: Model Prediction for Efficiency Analysis Trees.

Description

This function predicts the expected output by an EAT object.

Usage

# S3 method for EAT
predict(object, newdata, x, ...)

Value

data.frame with the predicted values.

Arguments

object

An EAT object.

newdata

data.frame. Set of input variables to predict on.

x

Inputs index.

...

further arguments passed to or from other methods.