Description Usage Arguments Value Examples
View source: R/count_metrics.R
Currently, the cutoff values are hard coded and adopted straight from the ones used in the CDC State Indicators report for the first 3 thresholds and from HGHI for the 4th threshold and set arbitrarily for the highest threshold:
"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 and less than or equal to 350 per 100,000
"Very high" is a burden greater than 350 per 100,000
"Critically high" is a burden greater than 1,000 per 100,000
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.