View source: R/causalTee.control.R
causalTree.control | R Documentation |
causalTree
Intermediate function for causalTree
causalTree.control(
minsplit = 20L,
minbucket = round(minsplit/3),
cp = 0,
maxcompete = 4L,
maxsurrogate = 5L,
usesurrogate = 2L,
xval = 10L,
surrogatestyle = 0L,
maxdepth = 30L,
...
)
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 |
parameters used to in causalTree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.