predict.EAT: Model Prediction for Efficiency Analysis Trees.

View source: R/Predictions.R

predict.EATR Documentation

Model Prediction for Efficiency Analysis Trees.

Description

This function predicts the expected output by an EAT object.

Usage

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

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.

Value

data.frame with the predicted values.


boostingDEA documentation built on May 31, 2023, 6:33 p.m.