Indicates the split criterion where the variable is dichotomized.
By default,varis split into two groups at the median (dichBy = "median"ordichBy = "md").
dichBy = "mean"(ordichBy =
dichVal
numeric, indicates a value where var is dichotomized when dichBy = "value".
Note that dichVal is inclusive, i.e. dichVal = 10 will split var
into one group with values from lowest t
asNum
logical, if TRUE, return value will be numeric, not a factor.
Value
A dichotomized factor (or numeric, if asNum = TRUE) variable (0/1-coded).