pecCforest {pec} | R 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 |
data |
Passed on as is. See |
... |
Passed on as they are. See |
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
[Package pec version 2023.04.12 Index]