Evaluation of the Predictive value of short-term Oliguria and minor Creatinine increases for Acute Kidney Injury (AKI) in ICU
-
Austin Health ResearchFest 2020: Virtual Poster Presentation
-
Journal of Critical Care article: Small, short-term, point-of-care creatinine changes as predictors of acute kidney injury in critically ill patients
Changes in Creatinine Episodes:
- Creatinine change during episode (µmol/L): Δcr
- Duration of creatinine change episode (hrs): Δtcr_ch = Ti - (Ti - δt)
- Time between end of cr change epis and AKI (hrs or NA): Δtaki = TAKI - Ti
Oliguria Episodes:
- Time Oliguria identified: Tolig = T0
- Time Oliguria episode started: Tolig_4 = T0 - 4
- Time between olig epis and AKI (hrs or NA): Δtaki - TAKI - T0
Example: Significant difference in creatinine changes 8 < Δtcr_ch < 12 between 'No AKI' and 'tAKI in 4-8 hrs'
-
Clone the repository and open the R project file
epoc-aki.Rproj
with RStudiogit clone [email protected]:alwinw/epoc-api.git
-
Preview the relevant
bookdown
file-
Option 1: Open the file directly in RStudio
- Open up the bookdown index, e.g.
doc/full/index.Rmd
- In RStudio run
Addins
>Preview Book
, or from the console run
bookdown::serve_book()
- Open up the bookdown index, e.g.
-
Option 2: Run
serve_book
from the consolebookdown::serve_book(dir = "doc/full/")
-
-
Preview the bookdown site at
http://localhost:4321/
orhttp://127.0.0.1:4321/
Alwin Wang and Lisa Toh
- GPL-3.0 License
- Copyright 2020 © Alwin Wang and Lisa Toh