Changelog
Source:NEWS.md
Version 1.1.0:
CRAN release: 2024-05-03
Version 1.0.0:
CRAN release: 2024-03-12
Initial Release
Functions for applying the Phoenix Pediatric Sepsis and Septic Shock criteria
Features
-
There are eight organ dysfunction scoring functions
phoenix()
- this is a wrapper function for applying the four-system Phoenix criteria (respiratory, cardiovascular, coagulation, and neurologic). The return is a data.frame with each of the four organ dysfunction scores, a total score, and indicators for sepsis (score ≥ 2), and septic shock (sepsis with cardiovascular dysfunction).phoenix8()
- a wrapper about all eight organ systems and returns the same data.frame asphoenix()
with the additional columns for the other four organ systems and the Phoenix-8 total score.vignette("phoenix")
has details on the expected inputs, example use, and expected outputs.sepsis
is a 20 row by 27 column data.frame of example data used to illustrate the use of the phoenix R package.