Minimum terminal endpoint denominator of a CTA tree
Source:R/cta_family.R
cta_min_terminal_denom.RdReturns the smallest leaf n_obs across all terminal endpoints.
This value drives the next MINDENOM step in the MDSA descendant family:
next_mindenom = cta_min_terminal_denom(tree) + 1L.
Arguments
- tree
A
cta_treefromoda_cta_fit.