toy.demo {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.demo
Format
A data frame (1078 x 6) consisting of relevant AKI measurements for patients
- patient_id
int, the patient identifier
- age
float, the age of the patient
- sex
boolean, whether the patient is female or not
- race
boolean, whether the patient is black or not
- 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]