The Stress2 data set contains readings from exercise
stress tests performed on patients at a fictitious wellness clinic.
|
Variable
Type
Length
Description
ID
char
4
patient ID number
Name
char
20
patient name
RestHR
num
8
resting heart rate
MaxHR
num
8
maximum heart rate during test
RecHR
num
8
recovery heart rate after test
TimeMin
num
8
time, complete minutes
TimeSec
num
8
time, seconds
Tolerance
char
1
comparison of stress test tolerance
between this test and the last test
(I=increased, D=decreased, S=same,
N=no previous test)
Sample Data |
ID | Name | RestHR | MaxHR | RecHR | TimeMin | TimeSec | Tolerance |
2458 | Murray, W | 72 | 185 | 128 | 12 | 38 | D |
2462 | Almers, C | 68 | 171 | 133 | 10 | 5 | I |
2501 | Bonaventure, T | 78 | 177 | 139 | 11 | 13 | I |
2523 | Johnson, R | 69 | 162 | 114 | 9 | 42 | S |
2539 | LaMance, K | 75 | 168 | 141 | 11 | 46 | D |
2544 | Jones, M | 79 | 187 | 136 | 12 | 26 | N |
2552 | Reberson, P | 69 | 158 | 139 | 15 | 41 | D |
Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.