predict.crf {corrRF} | R Documentation |
Predictions from a crf given newdata
Description
Predictions from a fitted crf
clustered random forest on newdata newdata
.
Usage
## S3 method for class 'crf'
predict(object, newdata, sderr = FALSE, ...)
Arguments
object |
a fitted |
newdata |
dataset on which predictions are to be performed. |
sderr |
whether 'bootstrap of little bags' standard errors should be additionally outputted. Default is |
... |
additional arguments |
Value
Fitted values, potentially alongside standard errors (see sderr
).
[Package corrRF version 1.1.0 Index]