aki_UO | R Documentation |
Using KDIGO Clinical Practice Guideline for Acute Kidney Injury Volume 2 | Issue 1 | March 2012
aki_UO(...)
## S3 method for class 'data.frame'
aki_UO(.data, UO, dttm, pt_id, ...)
## S3 method for class 'units'
aki_UO(UO, dttm, pt_id, ...)
## S3 method for class 'numeric'
aki_UO(UO, dttm, pt_id, ...)
... |
Further optional arguments |
.data |
(data.frame) A data.frame, optional |
UO |
Urine output
column name, or vector of units or numeric if |
dttm |
DateTime
column name, or vector of POSIXct if |
pt_id |
Patient ID
column name, or vector of characters or factors if |
AKI Stage 1: <0.5 ml/kg/h for 6–12 hours
AKI Stage 2: <0.5 ml/kg/h for \ge
12 hours
AKI Stage 3: <0.3 ml/kg/h for \ge
24 hours OR Anuria for \ge
12 hours
See https://kdigo.org/guidelines/acute-kidney-injury/ for more details.
(ordered factor) AKI stages
aki_UO(aki_pt_data, UO = "UO_", dttm = "dttm_", pt_id = "pt_id_")
aki_pt_data %>%
dplyr::mutate(aki = aki_UO(UO = UO_, dttm = dttm_, pt_id = pt_id_))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.