.prepare_args
From model4you v0.9-6
by Heidi Seibold
Prepare input for ctree/cforest from input of pmtree/pmforest
Prepare input for ctree/cforest from input of pmtree/pmforest
Usage
.prepare_args(model, data, zformula, control, ...)
Arguments
- 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.
Value
args to be passed to ctree/cforest.
Community examples
Looks like there are no examples yet.