predict.crf: Predictions from a crf given newdata

View source: R/predict.crf.R

predict.crfR 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 crf clustered random forest object fitted by crf.

newdata

dataset on which predictions are to be performed.

sderr

whether 'bootstrap of little bags' standard errors should be additionally outputted. Default is FALSE.

...

additional arguments

Value

Fitted values, potentially alongside standard errors (see sderr).


corrRF documentation built on April 3, 2025, 10:16 p.m.

Related to predict.crf in corrRF...