Description Usage Arguments Value Examples
View source: R/count_metrics.R
Currently, cutoff values are hard coded and adopted straight from the ones used in the CDC State Indicators report:
"Low" is a burden less than or equal to 10 per 100,000
"Moderate" is a burden greater than 10 and less than or equal to 50 per 100,000
"Moderately High" is a burden greater than 50 and less than or equal to 100 per 100,000
"High" is a burden greater than 100
1 | class_burden(burden)
|
burden |
numeric vector as calculated by |
an ordered factor
1 2 | burd <- score_burden(curr = 100L, prev = 80L, pop = 65432L)
burd_class <- class_burden(burd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.