This is a helper function that describes the analysis in s_count_cumulative()
.
d_count_cumulative(threshold, lower_tail = TRUE, include_eq = TRUE)
Labels for s_count_cumulative()
.
(numeric(1)
)
a cutoff value as threshold to count values of x
.
(flag
)
whether to count lower tail, default is TRUE
.
(flag
)
whether to include value equal to the threshold
in
count, default is TRUE
.