Learn R Programming

DAAG (version 0.58)

humanpower: Oxygen uptake versus mechanical power, for humans

Description

The data set from Daedalus project.

Usage

data(humanpower1)

Arguments

source

Bussolari, S.R.(1987). Human factors of long-distance human-powered aircraft flights. Human Power 5: 8-12.

Nadel and Bussolari, S.R.(1988). The Daedalus project: physiological problems and solutions. American Scientist 76: 351-360.

Details

Data in humanpower1 are from investigations (Bussolari 1987) designed to assess the feasibility of a proposed 119 kilometer human powered flight from the island of Crete -- in the initial phase of the Daedalus project. Data are for five athletes -- a female hockey player, a male amateur tri-athlete, a female amateur triathlete, a male wrestler and a male cyclist -- who were selected from volunteers who were recruited through the news media, Data in humanpower2) are for four out of the 25 applicants who were selected for further testing, in the lead-up to the eventual selection of a pilot for the Daedalus project (Nadel and Bussolari 1988).

References

Nadel and Bussolari, S.R.(1989). The physiological limits of long-duration human-power production -- lessons learned from the Daedalus project. Human Power 7: 7-10.

Examples

Run this code
str(humanpower1)
plot(humanpower1)
lm(o2 ~ id + wattsPerKg:id, data=humanpower1)
lm(o2 ~ id + wattsPerKg:id, data=humanpower2)

Run the code above in your browser using DataLab