toy {akiFlagger} | R Documentation |
Toy dataset
Description
Since real patient data is probably protected health information (PHI), this toy dataset contains all the relevant columns the flagger takes in.
Usage
toy
Format
A data frame (1078 x 6) consisting of relevant AKI measurements for patients
- patient_id
int, the patient identifier
- inpatient
boolean, whether or not the creatinine measurement taken was an inpatient measurement
- time
POSIXct, the time at which the creatinine measurement was taken
- creatinine
float, the creatinine value of the measurement taken
@source http://akiflagger.readthedocs.io/
[Package akiFlagger version 0.3.0 Index]