predict.rpms_forest: predict.rpms_forest
Description
Gets predicted values given new data based on rpms_forest
model.
Usage
# S3 method for rpms_forest
predict(object, newdata, ...)
Arguments
object
Object inheriting from rpms_forest
newdata
data frame with variables to use for predicting new values.
...
further arguments passed to or from other methods.
Value
vector of predicticed values for each row of newdata