- datain
Input data frame with class factor variable 'classname' and the
influential variables, which need to be factors or numericals (transform logicals and character variables to factors)
- classname
Name of class variable (character)
- ctestv
Vector of character strings of forbidden split results;
(see function PrInDT
for details.)
If no restrictions exist, the default = NA is used.
- N
Number of repetitions (integer > 0)
- plarge
Vector of undersampling percentages of larger class (numerical, > 0 and <= 1)
- psmall
Vector of undersampling percentages of smaller class (numerical, > 0 and <= 1)
- conf.level
(1 - significance level) in function ctree
(numerical, > 0 and <= 1);
default = 0.95
- thres
Probability threshold for prediction of smaller class (numerical, >= 0 and < 1); default = 0.5
- stratvers
Version of stratification;
= 0: none (default),
= 1: stratification according to the percentages of the values of the factor variable 'strat',
> 1: stratification with minimum number 'stratvers' of observations per value of 'strat'
- strat
Name of one (!) stratification variable for undersampling (character);
default = NA (no stratification)
- seedl
Should the seed for random numbers be set (TRUE / FALSE)?
default = TRUE
- minsplit
Minimum number of elements in a node to be splitted;
default = 20
- minbucket
Minimum number of elements in a node;
default = 7
- valdat
Validation data; default = datain