predict.crf | R Documentation |
Predictions from a fitted crf
clustered random forest on newdata newdata
.
## S3 method for class 'crf'
predict(object, newdata, sderr = FALSE, ...)
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 |
Fitted values, potentially alongside standard errors (see sderr
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.