Learn R Programming

constellation (version 0.2.0)

vitals: Synthesized vital sign measurements for cohort of 100 synthetic patients

Description

A dataset containing 35,146 lab results for 100 unique synthetic patients. There are 4 unique vital signs, including systolic blood pressure, heart rate (pulse), respiratory rate, and temperature. 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

vitals

Arguments

Format

A data frame with 35146 rows and 4 variables:

PAT_ID

patient identification number, randomly generated integer

RECORDED_TIME

recorded datetime of vital sign measurement, character

VALUE

vital sign measurement value, numeric

VARIABLE

categorical variable specifying the vital sign name, character

Examples

Run this code
# NOT RUN {
 vitals
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab