pecCforest: S3-wrapper function for cforest from the party package

View source: R/predictSurvProb.cforest.R

pecCforestR Documentation

S3-wrapper function for cforest from the party package

Description

S3-wrapper function for cforest from the party package

Usage

pecCforest(formula, data, ...)

Arguments

formula

Passed on as is. See cforest of the party package

data

Passed on as is. See cforest of the party package

...

Passed on as they are. See cforest of the party package

Details

See cforest of the party package.

Value

list with two elements: cforest and call

References

Ulla B. Mogensen, Hemant Ishwaran, Thomas A. Gerds (2012). Evaluating Random Forests for Survival Analysis Using Prediction Error Curves. Journal of Statistical Software, 50(11), 1-23. DOI 10.18637/jss.v050.i11


pec documentation built on April 11, 2023, 5:55 p.m.

Related to pecCforest in pec...