ABPM measurements for 5 subjects with Type II diabetes. These data are part of a larger study sample that consisted of patients with Type 2 diabetes recruited from the general community. To be eligible, patients with Type 2 diabetes, not using insulin therapy and with a glycosylated hemoglobin (HbA_1c) value at least 6.5
bp_hypnos
A data frame with the following columns:
Integer. The index corresponding to the reading of a particular subject for a given visit.
Character. The date-time value corresponding to the given reading.
Integer. The systolic blood pressure reading.
Integer. The mean arterial pressure value.
Integer. The diastolic blood pressure reading.
Integer. The heart rate value (measured in beats per minute -- bpm).
Integer. The pulse pressure value calculated as the systolic value - the diastolic value.
Integer. The rate pressure product calculated as the systolic reading multiplied by the heart rate value.
Integer. A logical indicator value corresponding to whether or not a subject is awake (WAKE = 1
) or not.
Integer. A unique identifier for each subject.
Integer. A value associated with the visit number or a particular subject.
Character. A date-valued column indicating the date of the given reading. Dates are specified according to their
actual date (i.e. 01:00 corresponds to the next date, even if the subject is awake. Awake-state is indicated via WAKE
).