Description Usage Arguments Value
Adjust Case Counts for Truncation
1 2 3 4 5 6 7 8 | adjust_for_truncation(
cases,
cum_freq,
dates,
confidence_adjustment = NULL,
samples,
max_upscale
)
|
cases |
Numeric vector of cases |
cum_freq |
Numeric vector of cumulative frequencies |
dates |
Character vector of dates |
confidence_adjustment |
Numeric vector of frequencies used to adjust confidence |
samples |
Numeric, number of samples to take |
max_upscale |
Numeric, maximum upscaling of cases allowed at each time point |
A data.table
adjusted for truncation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.