View source: R/interpretation_processing.R
Various hacks required to get the numerical integration and optimization working.
1 2 3 4 5 6 7 8 9 10 | estimate_lb_med_ub(
fun,
range_start,
range_end,
verbose = FALSE,
label = "unlabeled",
warn_low_AOC = FALSE,
extra_tiles = NULL,
date_splits = NULL
)
|
fun |
The function whose percentiles are required |
range_start |
Start of interval containing the percentiles |
range_end |
End of interval containing the percentiles |
verbose |
Should verbose output be printed? |
label |
A label to print out with warnings. ptid is a good candidate |
warn_low_AOC |
Should a warning be issued when AOC is low? default = FALSE |
extra_tiles |
A vector of additional percentiles to compute. If NULL, this process will be skipped. |
date_splits |
Compute the AOC to the left of each of the dates listed in this parameter. If NULL, this process will be skipped. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.