Conditional Inference Tree
Arguments
- results
 Data frame. The package data frame
results().- type
 Character string. Type of results to plot. Valid values are
"type1","power", and"miss"for Type I error rate, statistical power, and miss rate, respectively.- alpha
 Significance level used for splitting.
- maxdepth
 maximum depth of the tree. The default
maxdepth = 0means that no restrictions are applied to tree sizes.- dichotomize
 Logical. Dichotomize the outcome variable into
robust = TRUEandrobust = FALSE.
Value
Returns the result of party::ctree().