Prepare input for ctree/cforest from input of pmtree/pmforest
.prepare_args(model, data, zformula, control, ...)
model
: model.data
: an optional data frame.zformula
: ormula describing which variable should be used for partitioning.control
: ontrol parameters, see ctree_control
....
: other arguments.args to be passed to ctree/cforest.
Useful links