Skip to contents

Conditional Inference Tree

Usage

Tree(results, type, alpha = 1e-04, maxdepth = 0, dichotomize = TRUE)

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 = 0 means that no restrictions are applied to tree sizes.

dichotomize

Logical. Dichotomize the outcome variable into robust = TRUE and robust = FALSE.

Value

Returns the result of party::ctree().

Author

Ivan Jacob Agaloos Pesigan