traumar 1.2.5
- An update was made to
traumar::seqic_indicator_7()in the portion of the code where thedenominator_7is calculated. The denominator is no longer calculated asdplyr::n(), and instead uses the following in order to accurately calculate the denominator that reflects the definitive care population:
denominator_7 = sum({{ transfer_out_indicator }}} %in% c(FALSE, "No"), na.rm = TRUE)