d_count_cumulative {tern} | R Documentation |
Description of cumulative count
Description
This is a helper function that describes the analysis in s_count_cumulative()
.
Usage
d_count_cumulative(threshold, lower_tail, include_eq)
Arguments
threshold |
(numeric(1) ) a cutoff value as threshold to count values of x .
|
lower_tail |
(flag ) whether to count lower tail, default is TRUE .
|
include_eq |
(flag ) whether to include value equal to the threshold in
count, default is TRUE .
|
Value
Labels for s_count_cumulative()
.
[Package
tern version 0.9.5
Index]