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