class_burden: Classify population adjusted burden

Description Usage Arguments Value Examples

View source: R/count_metrics.R

Description

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:

Usage

1
class_burden(burden)

Arguments

burden

numeric vector as calculated by score_burden

Value

an ordered factor

Examples

1
2
burd <- score_burden(curr = 100L, prev = 80L, pop = 65432L)
burd_class <- class_burden(burd)

carlbfrederick/ohiCovidMetrics documentation built on Jan. 10, 2022, 12:20 p.m.