promptness_ecdf {LATERmodel} | R Documentation |
Compute the empirical cumulative distribution function for promptness
Description
Compute the empirical cumulative distribution function for promptness
Usage
promptness_ecdf(promptness, adjust_for_times = TRUE, eval_unique = FALSE)
Arguments
promptness |
A vector of promptness values (1 / times) |
adjust_for_times |
If |
eval_unique |
If |
Value
A data frame with attributes:
-
x
is the values at which the ECDF was evaluated. -
y
is the evaluated value of the ECDF.
Examples
p <- promptness_ecdf(promptness = rnorm(100, 3, 1))
[Package LATERmodel version 0.2.0 Index]