predict.FDH: Model Prediction for FDH

View source: R/Predictions.R

predict.FDHR Documentation

Model Prediction for FDH

Description

This function predicts the expected output by a FDH object.

Usage

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

Arguments

object

A FDH 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.


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