predict_cforest: Predict with conditional inference forest

Description Usage Arguments Value Author(s) See Also

View source: R/cforest.r

Description

Prediction function for models fitted with fit_cforest.

Usage

1
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·

Value

The predicted chance of survival.

Author(s)

Christofer Bäcklin

See Also

emil, fit_cforest, modeling_procedure


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to predict_cforest in emil...