
Predict from a fibre
predict.fibre.RdPredict from a fibre
Usage
# S3 method for fibre
predict(object, new_data = NULL, type = "numeric", ...)Arguments
- object
A
fibreobject.- new_data
A data frame or matrix of new predictors.
- type
A single character. The type of predictions to generate. Valid options are:
"numeric"for numeric predictions.
- ...
Not used, but required for extensibility.