bp_jhs {bp} | R Documentation |
Blood Pressure - 1 Subject - John Schwenck
Description
Single-subject self-monitored blood pressure readings over 108 days (April 15, 2019 - August 01, 2019). This data set has been processed and uploaded to the Harvard Dataverse for public use. It contains variables pertaining to Date/Time, Systolic BP, Diastolic BP, and Heart Rate. The data assumes a threshold blood pressure of 135 / 85 which is used to calculate excess amounts.
Usage
bp_jhs
Format
A data frame with the following columns:
- DateTime
A POSIXct-formatted column corresponding to the date and time of the corresponding reading in local time.
- Month
Integer. The month corresponding to the Date column.
- Day
Integer. The day of the month corresponding to the Date column.
- Year
Integer. The year corresponding to the Date column.
- DayofWk
Character. The day of the week corresponding to the Date column.
- Hour
Integer. The hour corresponding to the DateTime column.
- Meal_Time
Character. The estimated meal time corresponding to the DateTime column.
- Sys.mmHg.
Integer. The systolic blood pressure reading.
- Dias.mmHg.
Integer. The diastolic blood pressure reading.
- bpDelta
Integer. The difference between the Sys.mmHg. and Dias.mmHg. column. This is also known as the Pulse Pressure.
- Pulse.bpm.
Integer. The heart rate value (measured in beats per minute – bpm).
Source
doi: 10.7910/DVN/EA1SAP