labs {constellation} | R Documentation |
Synthesized lab results for cohort of 100 synthetic patients
Description
A dataset containing 3,150 lab results for 96 unique synthetic patients. There are 6 unique labs, including platelets, serum creatinine, international normalized ratio (INR), white blood count (WBC), serum lactate, and serum bilirubin. Patient-level sampling rate, mean numeric value, standard deviation, and number of measurements per patient follow patterns observed in real electronic health record data. This dataset is included to demonstrate sepsis identification.
Usage
labs
Format
A data frame with 3150 rows and 4 variables:
- PAT_ID
patient identification number, randomly generated integer
- RECORDED_TIME
recorded datetime of lab measurement, character
- VALUE
lab result value, numeric
- VARIABLE
categorical variable specifying the lab name, character
Source
Randomly synthesized patient data
Examples
## Not run:
labs
## End(Not run)
[Package constellation version 0.2.0 Index]