Learn R Programming

boostingDEA (version 0.1.0)

predict.FDH: Model Prediction for FDH

Description

This function predicts the expected output by a FDH object.

Usage

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

Value

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

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.