Package: traumar
Type: Package
Title: Calculate Metrics for Trauma System Performance
Version: 1.1.0
Authors@R: c(
    person(
      "Nicolas", "Foss",
      email = "nicolas.foss@hhs.iowa.gov",
      role = c("aut", "cre")
    ),
    person(
    "Iowa Department of Health and Human Services", 
    role = "cph"
    )
  )
Description: Hospitals, hospital systems, and even trauma systems that provide care to injured patients
    may not be aware of robust metrics that can help gauge the efficacy of their programs in saving the lives
    of injured patients.  'traumar' provides robust functions driven by the academic literature to 
    automate the calculation of relevant metrics to individuals desiring to measure the performance of their
    trauma center or even a trauma system.  'traumar' also provides some helper functions for the data analysis
    journey. Users can refer to the following publications for descriptions of the methods used in 'traumar'.
    TRISS methodology, including probability of survival, and the W, M, and Z Scores - Flora (1978) 
    <doi:10.1097/00005373-197810000-00003>, Boyd et al. (1987, PMID:3106646), Llullaku et al. (2009) 
    <doi:10.1186/1749-7922-4-2>, Singh et al. (2011) <doi:10.4103/0974-2700.86626>, Baker et al. (1974, PMID:4814394), 
    and Champion et al. (1989) <doi:10.1097/00005373-198905000-00017>. For the Relative Mortality Metric, 
    see Napoli et al. (2017) <doi:10.1080/24725579.2017.1325948>, Schroeder et al. (2019) 
    <doi:10.1080/10903127.2018.1489021>, and Kassar et al. (2016) <doi:10.1177/00031348221093563>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1)
Suggests: broom, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: cli (>= 3.6.4), dplyr (>= 1.1.4), ggplot2 (>= 3.5.1), rlang
        (>= 1.1.5), stats, tibble (>= 3.2.1), tidyr (>= 1.3.1),
        tidyselect (>= 1.2.1), utils, lubridate (>= 1.9.4), lifecycle
        (>= 1.0.4), infer (>= 1.0.7), purrr (>= 1.0.4)
URL: https://bemts-hhs.github.io/traumar/,
        https://github.com/bemts-hhs/traumar
BugReports: https://github.com/bemts-hhs/traumar/issues
NeedsCompilation: no
Packaged: 2025-03-25 05:17:27 UTC; nfoss0
Author: Nicolas Foss [aut, cre],
  Iowa Department of Health and Human Services [cph]
Maintainer: Nicolas Foss <nicolas.foss@hhs.iowa.gov>
Repository: CRAN
Date/Publication: 2025-03-25 05:30:02 UTC
