| causalTree.control {htetree} | R Documentation | 
Intermediate function for causalTree
Description
Intermediate function for causalTree
Usage
causalTree.control(
  minsplit = 20L,
  minbucket = round(minsplit/3),
  cp = 0,
  maxcompete = 4L,
  maxsurrogate = 5L,
  usesurrogate = 2L,
  xval = 10L,
  surrogatestyle = 0L,
  maxdepth = 30L,
  ...
)
Arguments
| minsplit | minimum number of splits | 
| minbucket | minimum number of bucket | 
| cp | default is 0 | 
| maxcompete | maximum number of compete | 
| maxsurrogate | maximum number of surrogate | 
| usesurrogate | initial number of surrogate | 
| xval | cross-validation | 
| surrogatestyle | the style of surrogate | 
| maxdepth | Maximum depth | 
| ... | arguments to  | 
Value
parameters used to in causalTree
[Package htetree version 0.1.18 Index]