Description Usage Arguments Value Examples
View source: R/count_metrics.R
calculate the burden
1 | score_burden(curr, prev, pop)
|
curr |
vector of counts for current period (must be non-negative integer) |
prev |
vector of counts for previous period (must be non-negative integer) |
pop |
vector of population values to standardize counts |
a numeric vector of population adjusted burden
1 | burd <- score_burden(curr = 100L, prev = 80L, pop = 65432L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.