Skip to contents

Method dispatched on the legacy "psvr_mape" class returned by the deprecated mape_svr(). New code should use psvr() (which returns a "psvr_fit" object dispatched by predict.psvr_fit()).

Usage

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

Arguments

object

An object of class "psvr_mape" from mape_svr().

newdata

Numeric matrix of new inputs, one observation per row (M × p).

...

Ignored.

Value

Numeric vector of length M with predicted values.