
Predict from a fitted psvr_fit model
predict.psvr_fit.RdPredict from a fitted psvr_fit model
Usage
# S3 method for class 'psvr_fit'
predict(object, newdata, ...)Arguments
- object
An object of class
"psvr_fit"frompsvr().- newdata
Numeric matrix of new inputs, one observation per row (M × p).
- ...
Ignored.