This is a helper function that describes the analysis in s_count_cumulative()
.
Arguments
- threshold
(
number
)
a cutoff value as threshold to count values ofx
.- lower_tail
(
logical
)
whether to count lower tail, default isTRUE
.- include_eq
(
logical
)
whether to include value equal to thethreshold
in count, default isTRUE
.
Value
Labels for s_count_cumulative()
.