![[Stable]](figures/lifecycle-stable.svg)
This is a helper function that describes analysis in s_count_cumulative
     
    
    Usage
    d_count_cumulative(threshold, lower_tail, include_eq)
 
     
    
    Arguments
    
- threshold
 
(number)
 a cutoff value as threshold to count values of x.
 
- lower_tail
 
(logical)
 whether to count lower tail, default is TRUE.
 
- include_eq
 
(logical)
 whether to include value equal to the threshold in
count, default is TRUE.