Learn R Programming

emil (version 2.2.10)

predict_cforest: Predict with conditional inference forest

Description

Prediction function for models fitted with fit_cforest.

Usage

predict_cforest(object, x, at, ...)

Arguments

object

Fitted cforest classifier, as returned by fit_cforest.

x

New data to be used for predictions.

at

Time point to evaluate survival curves at. If omitted it is set to the last observed time point.

...

Sent to treeresponse<U+00B7>

Value

The predicted chance of survival.

See Also

emil, fit_cforest, modeling_procedure