ndphillips / FFTrees

An R package to create and visualise fast-and-frugal decision trees (FFTs)
https://journal.sjdm.org/17/17217/jdm17217.pdf
135 stars 23 forks source link

Add `NA` to level stats & enable `stopping.rule = "statdelta"` #183

Closed hneth closed 1 year ago

hneth commented 1 year ago

This PR adds NA counts (nr. of NA cue values and nr. of NA decision / indecisions) to each level

and enables (a rudimentary version of) stopping.rule = "statdelta" (currently stopping 1 level too late).