utree_control | R Documentation |
Various parameters that control aspects of the utree
fit.
utree_control(minsplit = 40L, minbucket.t = 20L, minbucket.c = 20L, var.select.criterion = "pvalue", var.select.test = "asymptotic()", alpha = 0.05, bonferroni = FALSE, balance.sample = "undersample", split.criterion = "uplift", maxdepth = Inf, mtry = Inf)
minsplit |
The minimum number of observations in a node in order to be considered for splitting. |
minbucket.t |
The minimum number of treatment observations in any
terminal <leaf> node. The |
minbucket.c |
The minimum number of control observations in any terminal <leaf> node. |
var.select.criterion |
The criterion used to select the variable for
splitting. At the moment, only |
var.select.test |
The conditional null distribution of the test
statistic. This is passed to the |
alpha |
The maximum acceptable pvalue required in order to make a split. |
bonferroni |
Apply bonferroni adjustment to pvalue? |
balance.sample |
The sampling method used to balance the treatment
variable. This attempts to have an equal representation of each treatment
before implementing the independence test described in
|
split.criterion |
The split criteria used at each node of each tree;
possible values are: |
maxdepth |
Maximum depth of the tree. The default |
mtry |
Number of input variables randomly sampled as candidates at each
node. The default |
A list.
Leo Guelman leo.guelman@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.