predict.rpms_forest {rpms} | R Documentation |
predict.rpms_forest
Description
Gets predicted values given new data based on rpms_forest
model.
Usage
## S3 method for class 'rpms_forest'
predict(object, newdata, ...)
Arguments
object |
Object inheriting from |
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
[Package rpms version 0.5.1 Index]