Arguments
formula
A formula specifying a binary criterion as a function of multiple variables
data
A dataframe containing variables in formula
tree.criterion
A string indicating how to rank cues. "v" = HR - FAR, "d" = d-prime.
numthresh.method
A string indicating how to calculate cue splitting thresholds. "m" = median split, "o" = split that maximizes the tree criterion.
rounding
An integer indicating digit rounding for non-integer numeric cue thresholds. The default is NULL which means no rounding. A value of 0 rounds all possible thresholds to the nearest integer, 1 rounds to the nearest .1 (etc.).
verbose
A logical value indicating whether or not to print ongoing diagnostics
cue.rules
An optional df specifying how to make decisions for each cue. Must contain columns "cue", "class", "threshold" and "direction"