Skip to content

traumar 1.2.5

Choose a tag to compare

@bemts-hhs bemts-hhs released this 06 May 18:50
677f360
  • An update was made to traumar::seqic_indicator_7() in the portion of the code where the denominator_7 is calculated. The denominator is no longer calculated as dplyr::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)