Learn R Programming

emil (version 1.1-6)

emil.predict.cforest: Predict with conditional inference forest

Description

Prediction function for models fitted with emil.fit.cforest.

Usage

emil.predict.cforest(object, x, at, ...)

Arguments

object
Fitted cforest classifier, as returned by emil.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·

Value

  • The predicted chance of survival.

See Also

emil, emil.fit.cforest, modeling.procedure