predict.rpms_forest: predict.rpms_forest

Description Usage Arguments Value

View source: R/extend_21_03_03.R

Description

Gets predicted values given new data based on rpms_forest model.

Usage

1
2
## S3 method for class '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


rpms documentation built on June 26, 2021, 1:07 a.m.