bp_hypnos {bp} | R Documentation |
HYPNOS Study - 5 Subject Sample
Description
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
Usage
bp_hypnos
Format
A data frame with the following columns:
- NR.
Integer. The index corresponding to the reading of a particular subject for a given visit.
- DATE.TIME
Character. The date-time value corresponding to the given reading.
- SYST
Integer. The systolic blood pressure reading.
- MAP
Integer. The mean arterial pressure value.
- DIAST
Integer. The diastolic blood pressure reading.
- HR
Integer. The heart rate value (measured in beats per minute – bpm).
- PP
Integer. The pulse pressure value calculated as the systolic value - the diastolic value.
- RPP
Integer. The rate pressure product calculated as the systolic reading multiplied by the heart rate value.
- WAKE
Integer. A logical indicator value corresponding to whether or not a subject is awake (
WAKE = 1
) or not.- ID
Integer. A unique identifier for each subject.
- VISIT
Integer. A value associated with the visit number or a particular subject.
- DATE
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
).