predict.rpms_boost {rpms} | R Documentation |
predict.rpms_boost
Description
Predicted values based on rpms_boost
object
Usage
## S3 method for class 'rpms_boost'
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]