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.
bp_jhs
A data frame with the following columns:
A POSIXct-formatted column corresponding to the date and time of the corresponding reading in local time.
Integer. The month corresponding to the Date column.
Integer. The day of the month corresponding to the Date column.
Integer. The year corresponding to the Date column.
Character. The day of the week corresponding to the Date column.
Integer. The hour corresponding to the DateTime column.
Character. The estimated meal time corresponding to the DateTime column.
Integer. The systolic blood pressure reading.
Integer. The diastolic blood pressure reading.
Integer. The difference between the Sys.mmHg. and Dias.mmHg. column. This is also known as the Pulse Pressure.
Integer. The heart rate value (measured in beats per minute -- bpm).