bg_variability {cprobit} | R Documentation |
Inpatient blood glucose data for 1200 patients
Description
A simulated dataset containing the variability of inpatient point-of-care blood glucose (BG) measurements from 1200 non-critical care adult patients in medical ward. BG variability is measured as the standard deviation of the BG readings within a day. Data was simulated based on real data.
Usage
bg_variability
Format
A data frame with 1200 rows and 7 variables:
- subject_id
Subject ID of each patient.
- case_id
Case ID, with
1
and2
referring to the first and second follow-up respectively.- y
BG variability of the first and second follow-up.
- t
Binary indicator for the second follow-up.
- sd0
Baseline BG variability.
- age
Patients' age.
- female
Binary indicator for being female.
[Package cprobit version 1.0.2 Index]