dot-prepare_args function

Prepare input for ctree/cforest from input of pmtree/pmforest

Prepare input for ctree/cforest from input of pmtree/pmforest

.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.

Returns

args to be passed to ctree/cforest.

  • Maintainer: Heidi Seibold
  • License: GPL-2 | GPL-3
  • Last published: 2024-11-08

Useful links