stepping {faraway}R Documentation

Stepping and effect on heart rate

Description

An experiment was conducted to explore the nature of the relationship between a person's heart rate and the frequency at which that person stepped up and down on steps of various heights.

Format

A data frame with 30 observations on the following 6 variables.

Order

running order within the experiment

Block

Experimenter used

Height

0 if step at the low (5.75in) height, 1 if at the high (11.5in) height

Frequency

the rate of stepping. 0 if slow (14 steps/min), 1 if medium (21 steps/min), 2 if high (28 steps/min)

RestHR

the resting heart rate of the subject before a trial, in beats per minute

HR

the final heart rate of the subject after a trial, in beats per minute

Source

Unknown

Examples


data(stepping)
## maybe str(stepping) ; plot(stepping) ...


[Package faraway version 1.0.8 Index]