Computes the parsimony-normalized classification criterion:
Arguments
- tree
A
cta_treefromoda_cta_fit.
Details
$$D = \frac{100}{\text{ESS} / \text{strata}} - \text{strata}$$
where strata is the number of terminal leaf endpoints and
ESS is tree$overall_ess (WESS when case weights are active,
ESS otherwise).
Returns NA_real_ when:
tree$no_treeisTRUE;tree$overall_essis missing, non-finite, or \(\le 0\);strata < 2.